Html Css Color HEX #574442 Woody Brown

📋 copy color: '#574442'

red 87 ◦ green 68 ◦ blue 66

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

Shades of Woody Brown #574442

Tints of Woody Brown #574442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

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

R = 39.37%
G = 30.77%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#574442 (or 0x574442) is known color: Woody Brown. HEX triplet: 57, 44 and 42. RGB value is (87,68,66). Sum of RGB (Red+Green+Blue) = 87+68+66=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #574442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574442 is #A8BBBD. Grayscale: #494949. Windows color (decimal): -11058110 or 4342871. OLE color: 4342871.

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

Color convert

RGB 87 68 66 -
CMYK 0 0.22 0.24 0.66
HSL 5.71º 0.14% 0.3% -
HSV(B) 5.71º 0.24% 0.34% -
XYZ 6.98 6.55 6.05 -
YUV 73.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 87 68 66 0 0.22 0.24 0.66 5.71 0.14 0.3
Hex 57 44 42 0 16 18 42 6 E 1E
Octal 127 104 102 0 26 30 102 6 16 36
Binary 1010111 1000100 1000010 0 10110 11000 1000010 110 1110 11110

Color Harmonies of #574442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574442

Black with #574442

Text Example


Text Example

White with #574442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574442; }

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

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

background-color css

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

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

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

border-color css

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

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

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