#574241

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

Shades of Woody Brown #574241

Tints of Woody Brown #574241

Color information

#574241 (or 0x574241) is unknown color: approx Woody Brown. HEX triplet: 57, 42 and 41. RGB value is (87,66,65). Sum of RGB (Red+Green+Blue) = 87+66+65=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #574241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574241 is #A8BDBE. Grayscale: #484848. Windows color (decimal): -11058623 or 4276823. OLE color: 4276823.

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

Color convert

RGB876665-
CMYK00.240.250.66
HSL2.73º14.47%29.8%-
HSV(B)2.73º25.29%34.12%-
XYZ6.836.35.86-
YUV72.16123.96138.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=39.91%
G=30.28%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87666500.240.250.662.7314.4729.8
Hex57424101819423e1e
Octal1271021010303110231636
Binary10101111000010100000101100011001100001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574241; }

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

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

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

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

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

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

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

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