#574341

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

Shades of Woody Brown #574341

Tints of Woody Brown #574341

Color information

#574341 (or 0x574341) is unknown color: approx Woody Brown. HEX triplet: 57, 43 and 41. RGB value is (87,67,65). Sum of RGB (Red+Green+Blue) = 87+67+65=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #574341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574341 is #A8BCBE. Grayscale: #484848. Windows color (decimal): -11058367 or 4277079. OLE color: 4277079.

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

Color convert

RGB876765-
CMYK00.230.250.66
HSL5.45º14.47%29.8%-
HSV(B)5.45º25.29%34.12%-
XYZ6.896.425.88-
YUV72.75123.63138.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=39.73%
G=30.59%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87676500.230.250.665.4514.4729.8
Hex57434101719425e1e
Octal1271031010273110251636
Binary101011110000111000001010111110011000010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574341; }

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

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

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

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

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

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

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

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