Html Css Color HEX #574646 Woody Brown

📋 copy color: '#574646'

red 87 ◦ green 70 ◦ blue 70

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

Shades of Woody Brown #574646

Tints of Woody Brown #574646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 38.33%
G = 30.84%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#574646 (or 0x574646) is known color: Woody Brown. HEX triplet: 57, 46 and 46. RGB value is (87,70,70). Sum of RGB (Red+Green+Blue) = 87+70+70=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #574646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574646 is #A8B9B9. Grayscale: #4B4B4B. Windows color (decimal): -11057594 or 4605527. OLE color: 4605527.

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

Color convert

RGB 87 70 70 -
CMYK 0 0.20 0.20 0.66
HSL 0.11% 0.31% -
HSV(B) 0.2% 0.34% -
XYZ 7.23 6.85 6.74 -
YUV 75.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 87 70 70 0 0.20 0.20 0.66 0 0.11 0.31
Hex 57 46 46 0 14 14 42 0 B 1F
Octal 127 106 106 0 24 24 102 0 13 37
Binary 1010111 1000110 1000110 0 10100 10100 1000010 0 1011 11111

Color Harmonies of #574646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574646

Black with #574646

Text Example


Text Example

White with #574646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574646; }

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

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

background-color css

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

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

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

border-color css

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

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

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