#554747

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

Shades of Woody Brown #554747

Tints of Woody Brown #554747

Color information

#554747 (or 0x554747) is unknown color: approx Woody Brown. HEX triplet: 55, 47 and 47. RGB value is (85,71,71). Sum of RGB (Red+Green+Blue) = 85+71+71=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554747 is #AAB8B8. Grayscale: #4B4B4B. Windows color (decimal): -11188409 or 4671317. OLE color: 4671317.

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

Color convert

RGB857171-
CMYK00.160.160.67
HSL8.97%30.59%-
HSV(B)16.47%33.33%-
XYZ7.146.896.92-
YUV75.19125.64135-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=37.44%
G=31.28%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85717100.160.160.6708.9730.59
Hex5547470101043091f
Octal1251071070202010301137
Binary1010101100011110001110100001000010000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554747; }

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

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

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

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

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

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

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

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