Html Css Color HEX #804011 Russet

📋 copy color: '#804011'

red 128 ◦ green 64 ◦ blue 17

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

Shades of Russet #804011

Tints of Russet #804011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 17 (7.03% from 255) = 8.13%

R = 61.24%
G = 30.62%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#804011 (or 0x804011) is known color: Russet. HEX triplet: 80, 40 and 11. RGB value is (128,64,17). Sum of RGB (Red+Green+Blue) = 128+64+17=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #804011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804011 is #7FBFEE. Grayscale: #4E4E4E. Windows color (decimal): -8372207 or 1130624. OLE color: 1130624.

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

Color convert

RGB 128 64 17 -
CMYK 0 0.5 0.87 0.50
HSL 25.41º 0.77% 0.28% -
HSV(B) 25.41º 0.87% 0.5% -
XYZ 10.84 8.3 1.56 -
YUV 77.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 128 64 17 0 0.5 0.87 0.50 25.41 0.77 0.28
Hex 80 40 11 0 32 57 32 19 4D 1C
Octal 200 100 21 0 62 127 62 31 115 34
Binary 10000000 1000000 10001 0 110010 1010111 110010 11001 1001101 11100

Color Harmonies of #804011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804011

Black with #804011

Text Example


Text Example

White with #804011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804011; }

 p { color: rgb(128,64,17); }

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

background-color css

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

 a { background-color: rgb(128,64,17); }

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

border-color css

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

 span { border-color: rgb(128,64,17); }

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