Html Css Color HEX #574341 Woody Brown

📋 copy color: '#574341'

red 87 ◦ green 67 ◦ blue 65

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

Shades of Woody Brown #574341

Tints of Woody Brown #574341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 39.73%
G = 30.59%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#574341 (or 0x574341) is known color: Woody Brown. HEX triplet: 57, 43 and 41. RGB value is (87,67,65). Sum of RGB (Red+Green+Blue) = 87+67+65=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #574341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574341 is #A8BCBE. Grayscale: #484848. Windows color (decimal): -11058367 or 4277079. OLE color: 4277079.

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

Color convert

RGB 87 67 65 -
CMYK 0 0.23 0.25 0.66
HSL 5.45º 0.14% 0.3% -
HSV(B) 5.45º 0.25% 0.34% -
XYZ 6.89 6.42 5.88 -
YUV 72.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 87 67 65 0 0.23 0.25 0.66 5.45 0.14 0.3
Hex 57 43 41 0 17 19 42 5 E 1E
Octal 127 103 101 0 27 31 102 5 16 36
Binary 1010111 1000011 1000001 0 10111 11001 1000010 101 1110 11110

Color Harmonies of #574341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574341

Black with #574341

Text Example


Text Example

White with #574341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574341; }

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

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

background-color css

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

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

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

border-color css

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

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

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