#554240

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

Shades of Woody Brown #554240

Tints of Woody Brown #554240

Color information

#554240 (or 0x554240) is unknown color: approx Woody Brown. HEX triplet: 55, 42 and 40. RGB value is (85,66,64). Sum of RGB (Red+Green+Blue) = 85+66+64=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554240 is #AABDBF. Grayscale: #474747. Windows color (decimal): -11189696 or 4211285. OLE color: 4211285.

HSL color Cylindrical-coordinate representation of color #554240: hue angle of 5.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554240 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB856664-
CMYK00.220.250.67
HSL5.71º14.09%29.22%-
HSV(B)5.71º24.71%33.33%-
XYZ6.626.25.7-
YUV71.45123.79137.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=39.53%
G=30.70%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85666400.220.250.675.7114.0929.22
Hex55424001619436e1d
Octal1251021000263110361635
Binary101010110000101000000010110110011000011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554240; }

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

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

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

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

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

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

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

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