Html Css Color HEX #804910 Russet

📋 copy color: '#804910'

red 128 ◦ green 73 ◦ blue 16

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

Shades of Russet #804910

Tints of Russet #804910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.37%

R = 58.99%
G = 33.64%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#804910 (or 0x804910) is known color: Russet. HEX triplet: 80, 49 and 10. RGB value is (128,73,16). Sum of RGB (Red+Green+Blue) = 128+73+16=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #804910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804910 is #7FB6EF. Grayscale: #535353. Windows color (decimal): -8369904 or 1067392. OLE color: 1067392.

HSL color Cylindrical-coordinate representation of color #804910: hue angle of 30.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #804910 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 16 -
CMYK 0 0.43 0.88 0.50
HSL 30.54º 0.78% 0.28% -
HSV(B) 30.54º 0.88% 0.5% -
XYZ 11.38 9.39 1.7 -
YUV 82.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 128 73 16 0 0.43 0.88 0.50 30.54 0.78 0.28
Hex 80 49 10 0 2B 58 32 1F 4E 1C
Octal 200 111 20 0 53 130 62 37 116 34
Binary 10000000 1001001 10000 0 101011 1011000 110010 11111 1001110 11100

Color Harmonies of #804910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804910

Black with #804910

Text Example


Text Example

White with #804910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804910; }

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

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

background-color css

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

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

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

border-color css

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

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

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