#574342

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

Shades of Woody Brown #574342

Tints of Woody Brown #574342

Color information

#574342 (or 0x574342) is unknown color: approx Woody Brown. HEX triplet: 57, 43 and 42. RGB value is (87,67,66). Sum of RGB (Red+Green+Blue) = 87+67+66=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #574342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574342 is #A8BCBD. Grayscale: #484848. Windows color (decimal): -11058366 or 4342615. OLE color: 4342615.

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

Color convert

RGB876766-
CMYK00.230.240.66
HSL2.86º13.73%30%-
HSV(B)2.86º24.14%34.12%-
XYZ6.926.436.03-
YUV72.87124.13138.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 66 (26.17% from 255) = 30%
R=39.55%
G=30.45%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87676600.230.240.662.8613.7330
Hex57434201718423e1e
Octal1271031020273010231636
Binary10101111000011100001001011111000100001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574342; }

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

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

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

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

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

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

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

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