Html Css Color HEX #804610 Russet

📋 copy color: '#804610'

red 128 ◦ green 70 ◦ blue 16

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

Shades of Russet #804610

Tints of Russet #804610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 59.81%
G = 32.71%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#804610 (or 0x804610) is known color: Russet. HEX triplet: 80, 46 and 10. RGB value is (128,70,16). Sum of RGB (Red+Green+Blue) = 128+70+16=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #804610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804610 is #7FB9EF. Grayscale: #515151. Windows color (decimal): -8370672 or 1066624. OLE color: 1066624.

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

Color convert

RGB 128 70 16 -
CMYK 0 0.45 0.88 0.50
HSL 28.93º 0.78% 0.28% -
HSV(B) 28.93º 0.88% 0.5% -
XYZ 11.19 9.01 1.64 -
YUV 81.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 128 70 16 0 0.45 0.88 0.50 28.93 0.78 0.28
Hex 80 46 10 0 2D 58 32 1D 4E 1C
Octal 200 106 20 0 55 130 62 35 116 34
Binary 10000000 1000110 10000 0 101101 1011000 110010 11101 1001110 11100

Color Harmonies of #804610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804610

Black with #804610

Text Example


Text Example

White with #804610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804610; }

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

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

background-color css

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

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

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

border-color css

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

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

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