#553E37

Color #553E37 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #553E37

Tints of Very Dark Brown #553E37

Color information

#553E37 (or 0x553E37) is unknown color: approx Very Dark Brown. HEX triplet: 55, 3E and 37. RGB value is (85,62,55). Sum of RGB (Red+Green+Blue) = 85+62+55=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E37 is #AAC1C8. Grayscale: #444444. Windows color (decimal): -11190729 or 3620437. OLE color: 3620437.

HSL color Cylindrical-coordinate representation of color #553E37: hue angle of 14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #553E37 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB856255-
CMYK00.270.350.67
HSL14º21.43%27.45%-
HSV(B)14º35.29%33.33%-
XYZ6.165.654.38-
YUV68.08120.62140.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 62 (24.61% from 255) = 30.69%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=42.08%
G=30.69%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85625500.270.350.671421.4327.45
Hex553E3701B2343e151b
Octal125766703343103162533
Binary1010101111110110111011011100011100001111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E37; }

 p { color: rgb(85,62,55); }

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

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

 a { background-color: rgb(85,62,55); }

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

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

 span { border-color: rgb(85,62,55); }

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