#554644

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

Shades of Woody Brown #554644

Tints of Woody Brown #554644

Color information

#554644 (or 0x554644) is unknown color: approx Woody Brown. HEX triplet: 55, 46 and 44. RGB value is (85,70,68). Sum of RGB (Red+Green+Blue) = 85+70+68=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554644 is #AAB9BB. Grayscale: #4A4A4A. Windows color (decimal): -11188668 or 4474453. OLE color: 4474453.

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

Color convert

RGB857068-
CMYK00.180.200.67
HSL7.06º11.11%30%-
HSV(B)7.06º20%33.33%-
XYZ6.986.736.4-
YUV74.26124.47135.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=38.12%
G=31.39%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85706800.180.200.677.0611.1130
Hex55464401214437b1e
Octal1251061040222410371336
Binary101010110001101000100010010101001000011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554644; }

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

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

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

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

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

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

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

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