#552F32

Color #552F32 Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #552F32

Tints of Heath #552F32

Color information

#552F32 (or 0x552F32) is unknown color: approx Heath. HEX triplet: 55, 2F and 32. RGB value is (85,47,50). Sum of RGB (Red+Green+Blue) = 85+47+50=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #552F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F32 is #AAD0CD. Grayscale: #3A3A3A. Windows color (decimal): -11194574 or 3288917. OLE color: 3288917.

HSL color Cylindrical-coordinate representation of color #552F32: hue angle of 355.26º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F32 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB854750-
CMYK00.450.410.67
HSL355.26º28.79%25.88%-
HSV(B)355.26º44.71%33.33%-
XYZ5.344.193.55-
YUV58.7123.09146.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=46.70%
G=25.82%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85475000.450.410.67355.2628.7925.88
Hex552F3202D29431631d1a
Octal1255762055511035433532
Binary1010101101111110010010110110100110000111011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552F32; }

 p { color: rgb(85,47,50); }

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

<style>
 a { background-color: #552F32; }

 a { background-color: rgb(85,47,50); }

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

<style>
 span { border-color: #552F32; }

 span { border-color: rgb(85,47,50); }

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