Html Css Color HEX #804715 Russet

📋 copy color: '#804715'

red 128 ◦ green 71 ◦ blue 21

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

Shades of Russet #804715

Tints of Russet #804715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 58.18%
G = 32.27%
B = 9.55%

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

#804715 (or 0x804715) is known color: Russet. HEX triplet: 80, 47 and 15. RGB value is (128,71,21). Sum of RGB (Red+Green+Blue) = 128+71+21=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #804715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804715 is #7FB8EA. Grayscale: #525252. Windows color (decimal): -8370411 or 1394560. OLE color: 1394560.

HSL color Cylindrical-coordinate representation of color #804715: hue angle of 28.04º degrees, saturation: 0.72, 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 #804715 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 21 -
CMYK 0 0.45 0.84 0.50
HSL 28.04º 0.72% 0.29% -
HSV(B) 28.04º 0.84% 0.5% -
XYZ 11.29 9.15 1.88 -
YUV 82.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 128 71 21 0 0.45 0.84 0.50 28.04 0.72 0.29
Hex 80 47 15 0 2D 54 32 1C 48 1D
Octal 200 107 25 0 55 124 62 34 110 35
Binary 10000000 1000111 10101 0 101101 1010100 110010 11100 1001000 11101

Color Harmonies of #804715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804715

Black with #804715

Text Example


Text Example

White with #804715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804715; }

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

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

background-color css

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

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

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

border-color css

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

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

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