Html Css Color HEX #574441 Woody Brown

📋 copy color: '#574441'

red 87 ◦ green 68 ◦ blue 65

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

Shades of Woody Brown #574441

Tints of Woody Brown #574441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.55%

R = 39.55%
G = 30.91%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#574441 (or 0x574441) is known color: Woody Brown. HEX triplet: 57, 44 and 41. RGB value is (87,68,65). Sum of RGB (Red+Green+Blue) = 87+68+65=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #574441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574441 is #A8BBBE. Grayscale: #494949. Windows color (decimal): -11058111 or 4277335. OLE color: 4277335.

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

Color convert

RGB 87 68 65 -
CMYK 0 0.22 0.25 0.66
HSL 8.18º 0.14% 0.3% -
HSV(B) 8.18º 0.25% 0.34% -
XYZ 6.95 6.54 5.9 -
YUV 73.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 87 68 65 0 0.22 0.25 0.66 8.18 0.14 0.3
Hex 57 44 41 0 16 19 42 8 E 1E
Octal 127 104 101 0 26 31 102 10 16 36
Binary 1010111 1000100 1000001 0 10110 11001 1000010 1000 1110 11110

Color Harmonies of #574441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574441

Black with #574441

Text Example


Text Example

White with #574441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574441; }

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

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

background-color css

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

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

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

border-color css

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

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

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