Html Css Color HEX #804714 Russet

📋 copy color: '#804714'

red 128 ◦ green 71 ◦ blue 20

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

Shades of Russet #804714

Tints of Russet #804714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 58.45%
G = 32.42%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#804714 (or 0x804714) is known color: Russet. HEX triplet: 80, 47 and 14. RGB value is (128,71,20). Sum of RGB (Red+Green+Blue) = 128+71+20=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #804714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804714 is #7FB8EB. Grayscale: #525252. Windows color (decimal): -8370412 or 1329024. OLE color: 1329024.

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

Color convert

RGB 128 71 20 -
CMYK 0 0.45 0.84 0.50
HSL 28.33º 0.73% 0.29% -
HSV(B) 28.33º 0.84% 0.5% -
XYZ 11.28 9.15 1.83 -
YUV 82.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 128 71 20 0 0.45 0.84 0.50 28.33 0.73 0.29
Hex 80 47 14 0 2D 54 32 1C 49 1D
Octal 200 107 24 0 55 124 62 34 111 35
Binary 10000000 1000111 10100 0 101101 1010100 110010 11100 1001001 11101

Color Harmonies of #804714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804714

Black with #804714

Text Example


Text Example

White with #804714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804714; }

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

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

background-color css

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

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

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

border-color css

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

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

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