Html Css Color HEX #804411 Russet

📋 copy color: '#804411'

red 128 ◦ green 68 ◦ blue 17

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

Shades of Russet #804411

Tints of Russet #804411

RGB

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

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

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

R = 60.09%
G = 31.92%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#804411 (or 0x804411) is known color: Russet. HEX triplet: 80, 44 and 11. RGB value is (128,68,17). Sum of RGB (Red+Green+Blue) = 128+68+17=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #804411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804411 is #7FBBEE. Grayscale: #505050. Windows color (decimal): -8371183 or 1131648. OLE color: 1131648.

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

Color convert

RGB 128 68 17 -
CMYK 0 0.47 0.87 0.50
HSL 27.57º 0.77% 0.28% -
HSV(B) 27.57º 0.87% 0.5% -
XYZ 11.07 8.76 1.64 -
YUV 80.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 128 68 17 0 0.47 0.87 0.50 27.57 0.77 0.28
Hex 80 44 11 0 2F 57 32 1C 4D 1C
Octal 200 104 21 0 57 127 62 34 115 34
Binary 10000000 1000100 10001 0 101111 1010111 110010 11100 1001101 11100

Color Harmonies of #804411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804411

Black with #804411

Text Example


Text Example

White with #804411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804411; }

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

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

background-color css

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

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

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

border-color css

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

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

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