#553033

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

Shades of Heath #553033

Tints of Heath #553033

Color information

#553033 (or 0x553033) is unknown color: approx Heath. HEX triplet: 55, 30 and 33. RGB value is (85,48,51). Sum of RGB (Red+Green+Blue) = 85+48+51=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #553033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553033 is #AACFCC. Grayscale: #3B3B3B. Windows color (decimal): -11194317 or 3354709. OLE color: 3354709.

HSL color Cylindrical-coordinate representation of color #553033: hue angle of 355.14º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553033 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB854851-
CMYK00.440.400.67
HSL355.14º27.82%26.08%-
HSV(B)355.14º43.53%33.33%-
XYZ5.44.283.67-
YUV59.4123.26146.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=46.20%
G=26.09%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85485100.440.400.67355.1427.8226.08
Hex55303302C28431631c1a
Octal1256063054501035433432
Binary1010101110000110011010110010100010000111011000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553033; }

 p { color: rgb(85,48,51); }

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

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

 a { background-color: rgb(85,48,51); }

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

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

 span { border-color: rgb(85,48,51); }

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