#554544

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

Shades of Woody Brown #554544

Tints of Woody Brown #554544

Color information

#554544 (or 0x554544) is unknown color: approx Woody Brown. HEX triplet: 55, 45 and 44. RGB value is (85,69,68). Sum of RGB (Red+Green+Blue) = 85+69+68=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554544 is #AABABB. Grayscale: #494949. Windows color (decimal): -11188924 or 4474197. OLE color: 4474197.

HSL color Cylindrical-coordinate representation of color #554544: hue angle of 3.53º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554544 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB856968-
CMYK00.190.200.67
HSL3.53º11.11%30%-
HSV(B)3.53º20%33.33%-
XYZ6.926.66.38-
YUV73.67124.8136.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=38.29%
G=31.08%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85696800.190.200.673.5311.1130
Hex55454401314434b1e
Octal1251051040232410341336
Binary101010110001011000100010011101001000011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554544; }

 p { color: rgb(85,69,68); }

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

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

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

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

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

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

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