#55292C

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

Shades of Heath #55292C

Tints of Heath #55292C

Color information

#55292C (or 0x55292C) is unknown color: approx Heath. HEX triplet: 55, 29 and 2C. RGB value is (85,41,44). Sum of RGB (Red+Green+Blue) = 85+41+44=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55292C is #AAD6D3. Grayscale: #363636. Windows color (decimal): -11196116 or 2894165. OLE color: 2894165.

HSL color Cylindrical-coordinate representation of color #55292C: hue angle of 355.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55292C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB854144-
CMYK00.520.480.67
HSL355.91º34.92%24.71%-
HSV(B)355.91º51.76%33.33%-
XYZ4.993.72.83-
YUV54.5122.08149.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=50%
G=24.12%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85414400.520.480.67355.9134.9224.71
Hex55292C03430431642319
Octal1255154064601035444331
Binary10101011010011011000110100110000100001110110010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55292C; }

 p { color: rgb(85,41,44); }

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

<style>
 a { background-color: #55292C; }

 a { background-color: rgb(85,41,44); }

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

<style>
 span { border-color: #55292C; }

 span { border-color: rgb(85,41,44); }

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