#55292F

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

Shades of Heath #55292F

Tints of Heath #55292F

Color information

#55292F (or 0x55292F) is unknown color: approx Heath. HEX triplet: 55, 29 and 2F. RGB value is (85,41,47). Sum of RGB (Red+Green+Blue) = 85+41+47=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #55292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55292F is #AAD6D0. Grayscale: #363636. Windows color (decimal): -11196113 or 3090773. OLE color: 3090773.

HSL color Cylindrical-coordinate representation of color #55292F: hue angle of 351.82º 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 #55292F is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB854147-
CMYK00.520.450.67
HSL351.82º34.92%24.71%-
HSV(B)351.82º51.76%33.33%-
XYZ5.053.723.14-
YUV54.84123.58149.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=49.13%
G=23.70%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85414700.520.450.67351.8234.9224.71
Hex55292F0342D431602319
Octal1255157064551035404331
Binary10101011010011011110110100101101100001110110000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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