Html Css Color HEX #804916 Russet

📋 copy color: '#804916'

red 128 ◦ green 73 ◦ blue 22

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

Shades of Russet #804916

Tints of Russet #804916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 57.4%
G = 32.74%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#804916 (or 0x804916) is known color: Russet. HEX triplet: 80, 49 and 16. RGB value is (128,73,22). Sum of RGB (Red+Green+Blue) = 128+73+22=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #804916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804916 is #7FB6E9. Grayscale: #535353. Windows color (decimal): -8369898 or 1460608. OLE color: 1460608.

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

Color convert

RGB 128 73 22 -
CMYK 0 0.43 0.83 0.50
HSL 28.87º 0.71% 0.29% -
HSV(B) 28.87º 0.83% 0.5% -
XYZ 11.43 9.41 1.97 -
YUV 83.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 128 73 22 0 0.43 0.83 0.50 28.87 0.71 0.29
Hex 80 49 16 0 2B 53 32 1D 47 1D
Octal 200 111 26 0 53 123 62 35 107 35
Binary 10000000 1001001 10110 0 101011 1010011 110010 11101 1000111 11101

Color Harmonies of #804916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804916

Black with #804916

Text Example


Text Example

White with #804916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804916; }

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

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

background-color css

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

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

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

border-color css

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

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

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