Html Css Color HEX #574846 Woody Brown

📋 copy color: '#574846'

red 87 ◦ green 72 ◦ blue 70

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

Shades of Woody Brown #574846

Tints of Woody Brown #574846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

 BLUE value IS 70 (27.73% from 255) = 30.57%

R = 37.99%
G = 31.44%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#574846 (or 0x574846) is known color: Woody Brown. HEX triplet: 57, 48 and 46. RGB value is (87,72,70). Sum of RGB (Red+Green+Blue) = 87+72+70=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574846 is #A8B7B9. Grayscale: #4C4C4C. Windows color (decimal): -11057082 or 4606039. OLE color: 4606039.

HSL color Cylindrical-coordinate representation of color #574846: hue angle of 7.06º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574846 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 70 -
CMYK 0 0.17 0.20 0.66
HSL 7.06º 0.11% 0.31% -
HSV(B) 7.06º 0.2% 0.34% -
XYZ 7.35 7.1 6.78 -
YUV 76.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 87 72 70 0 0.17 0.20 0.66 7.06 0.11 0.31
Hex 57 48 46 0 11 14 42 7 B 1F
Octal 127 110 106 0 21 24 102 7 13 37
Binary 1010111 1001000 1000110 0 10001 10100 1000010 111 1011 11111

Color Harmonies of #574846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574846

Black with #574846

Text Example


Text Example

White with #574846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574846; }

 p { color: rgb(87,72,70); }

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

background-color css

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

 a { background-color: rgb(87,72,70); }

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

border-color css

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

 span { border-color: rgb(87,72,70); }

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