Html Css Color HEX #804311 Russet

📋 copy color: '#804311'

red 128 ◦ green 67 ◦ blue 17

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

Shades of Russet #804311

Tints of Russet #804311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 60.38%
G = 31.6%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#804311 (or 0x804311) is known color: Russet. HEX triplet: 80, 43 and 11. RGB value is (128,67,17). Sum of RGB (Red+Green+Blue) = 128+67+17=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #804311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804311 is #7FBCEE. Grayscale: #4F4F4F. Windows color (decimal): -8371439 or 1131392. OLE color: 1131392.

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

Color convert

RGB 128 67 17 -
CMYK 0 0.48 0.87 0.50
HSL 27.03º 0.77% 0.28% -
HSV(B) 27.03º 0.87% 0.5% -
XYZ 11.01 8.64 1.62 -
YUV 79.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 128 67 17 0 0.48 0.87 0.50 27.03 0.77 0.28
Hex 80 43 11 0 30 57 32 1B 4D 1C
Octal 200 103 21 0 60 127 62 33 115 34
Binary 10000000 1000011 10001 0 110000 1010111 110010 11011 1001101 11100

Color Harmonies of #804311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804311

Black with #804311

Text Example


Text Example

White with #804311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804311; }

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

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

background-color css

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

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

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

border-color css

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

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

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