Html Css Color HEX #804210 Russet

📋 copy color: '#804210'

red 128 ◦ green 66 ◦ blue 16

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

Shades of Russet #804210

Tints of Russet #804210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

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

R = 60.95%
G = 31.43%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#804210 (or 0x804210) is known color: Russet. HEX triplet: 80, 42 and 10. RGB value is (128,66,16). Sum of RGB (Red+Green+Blue) = 128+66+16=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #804210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804210 is #7FBDEF. Grayscale: #4F4F4F. Windows color (decimal): -8371696 or 1065600. OLE color: 1065600.

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

Color convert

RGB 128 66 16 -
CMYK 0 0.48 0.88 0.50
HSL 26.79º 0.78% 0.28% -
HSV(B) 26.79º 0.88% 0.5% -
XYZ 10.94 8.52 1.56 -
YUV 78.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 128 66 16 0 0.48 0.88 0.50 26.79 0.78 0.28
Hex 80 42 10 0 30 58 32 1B 4E 1C
Octal 200 102 20 0 60 130 62 33 116 34
Binary 10000000 1000010 10000 0 110000 1011000 110010 11011 1001110 11100

Color Harmonies of #804210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804210

Black with #804210

Text Example


Text Example

White with #804210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804210; }

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

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

background-color css

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

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

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

border-color css

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

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

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