#574644

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

Shades of Woody Brown #574644

Tints of Woody Brown #574644

Color information

#574644 (or 0x574644) is unknown color: approx Woody Brown. HEX triplet: 57, 46 and 44. RGB value is (87,70,68). Sum of RGB (Red+Green+Blue) = 87+70+68=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #574644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574644 is #A8B9BB. Grayscale: #4A4A4A. Windows color (decimal): -11057596 or 4474455. OLE color: 4474455.

HSL color Cylindrical-coordinate representation of color #574644: hue angle of 6.32º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574644 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB877068-
CMYK00.200.220.66
HSL6.32º12.26%30.39%-
HSV(B)6.32º21.84%34.12%-
XYZ7.166.826.41-
YUV74.85124.13136.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=38.67%
G=31.11%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87706800.200.220.666.3212.2630.39
Hex57464401416426c1e
Octal1271061040242610261436
Binary101011110001101000100010100101101000010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574644; }

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

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

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

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

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

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

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

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