#554040

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

Shades of Woody Brown #554040

Tints of Woody Brown #554040

Color information

#554040 (or 0x554040) is unknown color: approx Woody Brown. HEX triplet: 55, 40 and 40. RGB value is (85,64,64). Sum of RGB (Red+Green+Blue) = 85+64+64=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554040 is #AABFBF. Grayscale: #464646. Windows color (decimal): -11190208 or 4210773. OLE color: 4210773.

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

Color convert

RGB856464-
CMYK00.250.250.67
HSL14.09%29.22%-
HSV(B)24.71%33.33%-
XYZ6.515.975.66-
YUV70.28124.46138.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=39.91%
G=30.05%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85646400.250.250.67014.0929.22
Hex55404001919430e1d
Octal1251001000313110301635
Binary1010101100000010000000110011100110000110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554040; }

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

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

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

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

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

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

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

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