Html Css Color HEX #804713 Russet

📋 copy color: '#804713'

red 128 ◦ green 71 ◦ blue 19

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

Shades of Russet #804713

Tints of Russet #804713

RGB

 RED value IS 128 (50.39% from 255) = 58.72%

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 58.72%
G = 32.57%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#804713 (or 0x804713) is known color: Russet. HEX triplet: 80, 47 and 13. RGB value is (128,71,19). Sum of RGB (Red+Green+Blue) = 128+71+19=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #804713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804713 is #7FB8EC. Grayscale: #525252. Windows color (decimal): -8370413 or 1263488. OLE color: 1263488.

HSL color Cylindrical-coordinate representation of color #804713: hue angle of 28.62º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #804713 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 19 -
CMYK 0 0.45 0.85 0.50
HSL 28.62º 0.74% 0.29% -
HSV(B) 28.62º 0.85% 0.5% -
XYZ 11.27 9.14 1.79 -
YUV 82.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 128 71 19 0 0.45 0.85 0.50 28.62 0.74 0.29
Hex 80 47 13 0 2D 55 32 1D 4A 1D
Octal 200 107 23 0 55 125 62 35 112 35
Binary 10000000 1000111 10011 0 101101 1010101 110010 11101 1001010 11101

Color Harmonies of #804713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804713

Black with #804713

Text Example


Text Example

White with #804713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804713; }

 p { color: rgb(128,71,19); }

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

background-color css

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

 a { background-color: rgb(128,71,19); }

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

border-color css

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

 span { border-color: rgb(128,71,19); }

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