Html Css Color HEX #804410 Russet

📋 copy color: '#804410'

red 128 ◦ green 68 ◦ blue 16

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

Shades of Russet #804410

Tints of Russet #804410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

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

R = 60.38%
G = 32.08%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#804410 (or 0x804410) is known color: Russet. HEX triplet: 80, 44 and 10. RGB value is (128,68,16). Sum of RGB (Red+Green+Blue) = 128+68+16=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #804410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804410 is #7FBBEF. Grayscale: #505050. Windows color (decimal): -8371184 or 1066112. OLE color: 1066112.

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

Color convert

RGB 128 68 16 -
CMYK 0 0.47 0.88 0.50
HSL 27.86º 0.78% 0.28% -
HSV(B) 27.86º 0.88% 0.5% -
XYZ 11.06 8.76 1.6 -
YUV 80.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 128 68 16 0 0.47 0.88 0.50 27.86 0.78 0.28
Hex 80 44 10 0 2F 58 32 1C 4E 1C
Octal 200 104 20 0 57 130 62 34 116 34
Binary 10000000 1000100 10000 0 101111 1011000 110010 11100 1001110 11100

Color Harmonies of #804410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804410

Black with #804410

Text Example


Text Example

White with #804410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804410; }

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

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

background-color css

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

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

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

border-color css

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

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

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