#55492B

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

Shades of Punga #55492B

Tints of Punga #55492B

Color information

#55492B (or 0x55492B) is unknown color: approx Punga. HEX triplet: 55, 49 and 2B. RGB value is (85,73,43). Sum of RGB (Red+Green+Blue) = 85+73+43=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55492B is #AAB6D4. Grayscale: #494949. Windows color (decimal): -11187925 or 2836821. OLE color: 2836821.

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

Color convert

RGB857343-
CMYK00.140.490.67
HSL42.86º32.81%25.1%-
HSV(B)42.86º49.41%33.33%-
XYZ6.566.873.27-
YUV73.17110.98136.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=42.29%
G=36.32%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85734300.140.490.6742.8632.8125.1
Hex55492B0E31432b2119
Octal1251115301661103534131
Binary1010101100100110101101110110001100001110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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