#574441

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

Shades of Woody Brown #574441

Tints of Woody Brown #574441

Color information

#574441 (or 0x574441) is unknown color: approx Woody Brown. HEX triplet: 57, 44 and 41. RGB value is (87,68,65). Sum of RGB (Red+Green+Blue) = 87+68+65=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #574441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574441 is #A8BBBE. Grayscale: #494949. Windows color (decimal): -11058111 or 4277335. OLE color: 4277335.

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

Color convert

RGB876865-
CMYK00.220.250.66
HSL8.18º14.47%29.8%-
HSV(B)8.18º25.29%34.12%-
XYZ6.956.545.9-
YUV73.34123.29137.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=39.55%
G=30.91%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87686500.220.250.668.1814.4729.8
Hex57444101619428e1e
Octal12710410102631102101636
Binary1010111100010010000010101101100110000101000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574441; }

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

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

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

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

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

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

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

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