#554947

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

Shades of Woody Brown #554947

Tints of Woody Brown #554947

Color information

#554947 (or 0x554947) is unknown color: approx Woody Brown. HEX triplet: 55, 49 and 47. RGB value is (85,73,71). Sum of RGB (Red+Green+Blue) = 85+73+71=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554947 is #AAB6B8. Grayscale: #4C4C4C. Windows color (decimal): -11187897 or 4671829. OLE color: 4671829.

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

Color convert

RGB857371-
CMYK00.140.160.67
HSL8.57º8.97%30.59%-
HSV(B)8.57º16.47%33.33%-
XYZ7.277.156.96-
YUV76.36124.98134.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 71 (28.12% from 255) = 31.00%
R=37.12%
G=31.88%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85737100.140.160.678.578.9730.59
Hex5549470E1043991f
Octal12511110701620103111137
Binary101010110010011000111011101000010000111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554947; }

 p { color: rgb(85,73,71); }

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

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

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

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

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

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

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