Html Css Color HEX #804716 Russet

📋 copy color: '#804716'

red 128 ◦ green 71 ◦ blue 22

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

Shades of Russet #804716

Tints of Russet #804716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.95%

R = 57.92%
G = 32.13%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#804716 (or 0x804716) is known color: Russet. HEX triplet: 80, 47 and 16. RGB value is (128,71,22). Sum of RGB (Red+Green+Blue) = 128+71+22=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #804716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804716 is #7FB8E9. Grayscale: #525252. Windows color (decimal): -8370410 or 1460096. OLE color: 1460096.

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

Color convert

RGB 128 71 22 -
CMYK 0 0.45 0.83 0.50
HSL 27.74º 0.71% 0.29% -
HSV(B) 27.74º 0.83% 0.5% -
XYZ 11.3 9.15 1.93 -
YUV 82.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 128 71 22 0 0.45 0.83 0.50 27.74 0.71 0.29
Hex 80 47 16 0 2D 53 32 1C 47 1D
Octal 200 107 26 0 55 123 62 34 107 35
Binary 10000000 1000111 10110 0 101101 1010011 110010 11100 1000111 11101

Color Harmonies of #804716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804716

Black with #804716

Text Example


Text Example

White with #804716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804716; }

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

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

background-color css

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

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

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

border-color css

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

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

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