Html Css Color HEX #574342 Woody Brown

📋 copy color: '#574342'

red 87 ◦ green 67 ◦ blue 66

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

Shades of Woody Brown #574342

Tints of Woody Brown #574342

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 value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#574342 (or 0x574342) is known color: 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

RGB 87 67 66 -
CMYK 0 0.23 0.24 0.66
HSL 2.86º 0.14% 0.3% -
HSV(B) 2.86º 0.24% 0.34% -
XYZ 6.92 6.43 6.03 -
YUV 72.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 87 67 66 0 0.23 0.24 0.66 2.86 0.14 0.3
Hex 57 43 42 0 17 18 42 3 E 1E
Octal 127 103 102 0 27 30 102 3 16 36
Binary 1010111 1000011 1000010 0 10111 11000 1000010 11 1110 11110

Color Harmonies of #574342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574342

Black with #574342

Text Example


Text Example

White with #574342

Text Example


Text Example

HTML Codes & Css Web 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>