Html Css Color HEX #574746 Woody Brown

📋 copy color: '#574746'

red 87 ◦ green 71 ◦ blue 70

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

Shades of Woody Brown #574746

Tints of Woody Brown #574746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.14%

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

R = 38.16%
G = 31.14%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#574746 (or 0x574746) is known color: Woody Brown. HEX triplet: 57, 47 and 46. RGB value is (87,71,70). Sum of RGB (Red+Green+Blue) = 87+71+70=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #574746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574746 is #A8B8B9. Grayscale: #4B4B4B. Windows color (decimal): -11057338 or 4605783. OLE color: 4605783.

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

Color convert

RGB 87 71 70 -
CMYK 0 0.18 0.20 0.66
HSL 3.53º 0.11% 0.31% -
HSV(B) 3.53º 0.2% 0.34% -
XYZ 7.29 6.97 6.76 -
YUV 75.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 87 71 70 0 0.18 0.20 0.66 3.53 0.11 0.31
Hex 57 47 46 0 12 14 42 4 B 1F
Octal 127 107 106 0 22 24 102 4 13 37
Binary 1010111 1000111 1000110 0 10010 10100 1000010 100 1011 11111

Color Harmonies of #574746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574746

Black with #574746

Text Example


Text Example

White with #574746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574746; }

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

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

background-color css

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

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

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

border-color css

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

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

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