Html Css Color HEX #804510 Russet

📋 copy color: '#804510'

red 128 ◦ green 69 ◦ blue 16

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

Shades of Russet #804510

Tints of Russet #804510

RGB

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

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

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

R = 60.09%
G = 32.39%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#804510 (or 0x804510) is known color: Russet. HEX triplet: 80, 45 and 10. RGB value is (128,69,16). Sum of RGB (Red+Green+Blue) = 128+69+16=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #804510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804510 is #7FBAEF. Grayscale: #505050. Windows color (decimal): -8370928 or 1066368. OLE color: 1066368.

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

Color convert

RGB 128 69 16 -
CMYK 0 0.46 0.88 0.50
HSL 28.39º 0.78% 0.28% -
HSV(B) 28.39º 0.88% 0.5% -
XYZ 11.12 8.88 1.62 -
YUV 80.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 128 69 16 0 0.46 0.88 0.50 28.39 0.78 0.28
Hex 80 45 10 0 2E 58 32 1C 4E 1C
Octal 200 105 20 0 56 130 62 34 116 34
Binary 10000000 1000101 10000 0 101110 1011000 110010 11100 1001110 11100

Color Harmonies of #804510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804510

Black with #804510

Text Example


Text Example

White with #804510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804510; }

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

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

background-color css

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

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

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

border-color css

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

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

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