Html Css Color HEX #574542 Woody Brown

📋 copy color: '#574542'

red 87 ◦ green 69 ◦ blue 66

#574542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woody Brown #574542

Tints of Woody Brown #574542

RGB

 RED value IS 87 (34.38% from 255) = 39.19%

 GREEN value IS 69 (27.34% from 255) = 31.08%

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 39.19%
G = 31.08%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#574542 (or 0x574542) is known color: Woody Brown. HEX triplet: 57, 45 and 42. RGB value is (87,69,66). Sum of RGB (Red+Green+Blue) = 87+69+66=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #574542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574542 is #A8BABD. Grayscale: #4A4A4A. Windows color (decimal): -11057854 or 4343127. OLE color: 4343127.

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

Color convert

RGB 87 69 66 -
CMYK 0 0.21 0.24 0.66
HSL 8.57º 0.14% 0.3% -
HSV(B) 8.57º 0.24% 0.34% -
XYZ 7.04 6.68 6.07 -
YUV 74.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 87 69 66 0 0.21 0.24 0.66 8.57 0.14 0.3
Hex 57 45 42 0 15 18 42 9 E 1E
Octal 127 105 102 0 25 30 102 11 16 36
Binary 1010111 1000101 1000010 0 10101 11000 1000010 1001 1110 11110

Color Harmonies of #574542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574542

Black with #574542

Text Example


Text Example

White with #574542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574542; }

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

 H1.HeaderClassName
 {
   color: #574542;
 }
 .AnyTagClassName
 {
   color: #574542;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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