#55492D

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

Shades of Punga #55492D

Tints of Punga #55492D

Color information

#55492D (or 0x55492D) is unknown color: approx Punga. HEX triplet: 55, 49 and 2D. RGB value is (85,73,45). Sum of RGB (Red+Green+Blue) = 85+73+45=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55492D is #AAB6D2. Grayscale: #494949. Windows color (decimal): -11187923 or 2967893. OLE color: 2967893.

HSL color Cylindrical-coordinate representation of color #55492D: hue angle of 42º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55492D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB857345-
CMYK00.140.470.67
HSL42º30.77%25.49%-
HSV(B)42º47.06%33.33%-
XYZ6.66.893.46-
YUV73.4111.98136.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=41.87%
G=35.96%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85734500.140.470.674230.7725.49
Hex55492D0E2F432a1f19
Octal1251115501657103523731
Binary101010110010011011010111010111110000111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55492D; }

 p { color: rgb(85,73,45); }

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

<style>
 a { background-color: #55492D; }

 a { background-color: rgb(85,73,45); }

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

<style>
 span { border-color: #55492D; }

 span { border-color: rgb(85,73,45); }

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