#554037

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

Shades of Very Dark Brown #554037

Tints of Very Dark Brown #554037

Color information

#554037 (or 0x554037) is unknown color: approx Very Dark Brown. HEX triplet: 55, 40 and 37. RGB value is (85,64,55). Sum of RGB (Red+Green+Blue) = 85+64+55=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554037 is #AABFC8. Grayscale: #454545. Windows color (decimal): -11190217 or 3620949. OLE color: 3620949.

HSL color Cylindrical-coordinate representation of color #554037: hue angle of 18º 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 #554037 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB856455-
CMYK00.250.350.67
HSL18º21.43%27.45%-
HSV(B)18º35.29%33.33%-
XYZ6.275.874.42-
YUV69.25119.96139.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=41.67%
G=31.37%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85645500.250.350.671821.4327.45
Hex554037019234312151b
Octal1251006703143103222533
Binary101010110000001101110110011000111000011100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554037; }

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

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

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

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

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

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

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

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