Html Css Color HEX #804511 Russet

📋 copy color: '#804511'

red 128 ◦ green 69 ◦ blue 17

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

Shades of Russet #804511

Tints of Russet #804511

RGB

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

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

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

R = 59.81%
G = 32.24%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#804511 (or 0x804511) is known color: Russet. HEX triplet: 80, 45 and 11. RGB value is (128,69,17). Sum of RGB (Red+Green+Blue) = 128+69+17=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #804511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804511 is #7FBAEE. Grayscale: #505050. Windows color (decimal): -8370927 or 1131904. OLE color: 1131904.

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

Color convert

RGB 128 69 17 -
CMYK 0 0.46 0.87 0.50
HSL 28.11º 0.77% 0.28% -
HSV(B) 28.11º 0.87% 0.5% -
XYZ 11.13 8.89 1.66 -
YUV 80.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 128 69 17 0 0.46 0.87 0.50 28.11 0.77 0.28
Hex 80 45 11 0 2E 57 32 1C 4D 1C
Octal 200 105 21 0 56 127 62 34 115 34
Binary 10000000 1000101 10001 0 101110 1010111 110010 11100 1001101 11100

Color Harmonies of #804511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804511

Black with #804511

Text Example


Text Example

White with #804511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804511; }

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

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

background-color css

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

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

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

border-color css

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

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

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