#552E31

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

Shades of Heath #552E31

Tints of Heath #552E31

Color information

#552E31 (or 0x552E31) is unknown color: approx Heath. HEX triplet: 55, 2E and 31. RGB value is (85,46,49). Sum of RGB (Red+Green+Blue) = 85+46+49=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #552E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E31 is #AAD1CE. Grayscale: #3A3A3A. Windows color (decimal): -11194831 or 3223125. OLE color: 3223125.

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

Color convert

RGB854649-
CMYK00.460.420.67
HSL355.38º29.77%25.69%-
HSV(B)355.38º45.88%33.33%-
XYZ5.284.113.42-
YUV58122.92147.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 49 (19.53% from 255) = 27.22%
R=47.22%
G=25.56%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85464900.460.420.67355.3829.7725.69
Hex552E3102E2A431631e1a
Octal1255661056521035433632
Binary1010101101110110001010111010101010000111011000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,49); }

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

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

 a { background-color: rgb(85,46,49); }

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

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

 span { border-color: rgb(85,46,49); }

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