#552A2D

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

Shades of Heath #552A2D

Tints of Heath #552A2D

Color information

#552A2D (or 0x552A2D) is unknown color: approx Heath. HEX triplet: 55, 2A and 2D. RGB value is (85,42,45). Sum of RGB (Red+Green+Blue) = 85+42+45=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A2D is #AAD5D2. Grayscale: #373737. Windows color (decimal): -11195859 or 2959957. OLE color: 2959957.

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

Color convert

RGB854245-
CMYK00.510.470.67
HSL355.81º33.86%24.9%-
HSV(B)355.81º50.59%33.33%-
XYZ5.053.782.95-
YUV55.2122.25149.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=49.42%
G=24.42%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85424500.510.470.67355.8133.8624.9
Hex552A2D0332F431642219
Octal1255255063571035444231
Binary10101011010101011010110011101111100001110110010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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