#55472C

Color #55472C Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #55472C

Tints of Punga #55472C

Color information

#55472C (or 0x55472C) is unknown color: approx Punga. HEX triplet: 55, 47 and 2C. RGB value is (85,71,44). Sum of RGB (Red+Green+Blue) = 85+71+44=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55472C is #AAB8D3. Grayscale: #484848. Windows color (decimal): -11188436 or 2901845. OLE color: 2901845.

HSL color Cylindrical-coordinate representation of color #55472C: hue angle of 39.51º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55472C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB857144-
CMYK00.160.480.67
HSL39.51º31.78%25.29%-
HSV(B)39.51º48.24%33.33%-
XYZ6.456.623.32-
YUV72.11112.14137.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=42.5%
G=35.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85714400.160.480.6739.5131.7825.29
Hex55472C0103043282019
Octal1251075402060103504031
Binary10101011000111101100010000110000100001110100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55472C; }

 p { color: rgb(85,71,44); }

 H1.HeaderClassName
 {
   color: #55472C;
 }
 .AnyTagClassName
 {
   color: #55472C;
 }
</style>
background-color css

<style>
 a { background-color: #55472C; }

 a { background-color: rgb(85,71,44); }

 div.DivClassName
 {
   background-color: #55472C;
 }
 .BgClassName
 {
   background-color: #55472C;
 }
</style>
border-color css

<style>
 span { border-color: #55472C; }

 span { border-color: rgb(85,71,44); }

 td.TdClassName
 {
   border-color: #55472C;
 }
 .TagClassName
 {
   border-color: #55472C;
 }
</style>