#574948

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

Shades of Woody Brown #574948

Tints of Woody Brown #574948

Color information

#574948 (or 0x574948) is unknown color: approx Woody Brown. HEX triplet: 57, 49 and 48. RGB value is (87,73,72). Sum of RGB (Red+Green+Blue) = 87+73+72=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #574948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574948 is #A8B6B7. Grayscale: #4D4D4D. Windows color (decimal): -11056824 or 4737367. OLE color: 4737367.

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

Color convert

RGB877372-
CMYK00.160.170.66
HSL9.43%31.18%-
HSV(B)17.24%34.12%-
XYZ7.487.267.14-
YUV77.07125.14135.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=37.5%
G=31.47%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87737200.160.170.6649.4331.18
Hex5749480101142491f
Octal1271111100202110241137
Binary101011110010011001000010000100011000010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574948; }

 p { color: rgb(87,73,72); }

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

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

 a { background-color: rgb(87,73,72); }

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

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

 span { border-color: rgb(87,73,72); }

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