Html Css Color HEX #804516 Russet

📋 copy color: '#804516'

red 128 ◦ green 69 ◦ blue 22

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

Shades of Russet #804516

Tints of Russet #804516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 58.45%
G = 31.51%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#804516 (or 0x804516) is known color: Russet. HEX triplet: 80, 45 and 16. RGB value is (128,69,22). Sum of RGB (Red+Green+Blue) = 128+69+22=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #804516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804516 is #7FBAE9. Grayscale: #515151. Windows color (decimal): -8370922 or 1459584. OLE color: 1459584.

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

Color convert

RGB 128 69 22 -
CMYK 0 0.46 0.83 0.50
HSL 26.6º 0.71% 0.29% -
HSV(B) 26.6º 0.83% 0.5% -
XYZ 11.18 8.9 1.89 -
YUV 81.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 128 69 22 0 0.46 0.83 0.50 26.6 0.71 0.29
Hex 80 45 16 0 2E 53 32 1B 47 1D
Octal 200 105 26 0 56 123 62 33 107 35
Binary 10000000 1000101 10110 0 101110 1010011 110010 11011 1000111 11101

Color Harmonies of #804516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804516

Black with #804516

Text Example


Text Example

White with #804516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804516; }

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

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

background-color css

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

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

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

border-color css

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

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

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