Html Css Color HEX #804913 Russet

📋 copy color: '#804913'

red 128 ◦ green 73 ◦ blue 19

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

Shades of Russet #804913

Tints of Russet #804913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.18%

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 58.18%
G = 33.18%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#804913 (or 0x804913) is known color: Russet. HEX triplet: 80, 49 and 13. RGB value is (128,73,19). Sum of RGB (Red+Green+Blue) = 128+73+19=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #804913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804913 is #7FB6EC. Grayscale: #535353. Windows color (decimal): -8369901 or 1264000. OLE color: 1264000.

HSL color Cylindrical-coordinate representation of color #804913: hue angle of 29.72º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #804913 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 19 -
CMYK 0 0.43 0.85 0.50
HSL 29.72º 0.74% 0.29% -
HSV(B) 29.72º 0.85% 0.5% -
XYZ 11.4 9.4 1.83 -
YUV 83.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 128 73 19 0 0.43 0.85 0.50 29.72 0.74 0.29
Hex 80 49 13 0 2B 55 32 1E 4A 1D
Octal 200 111 23 0 53 125 62 36 112 35
Binary 10000000 1001001 10011 0 101011 1010101 110010 11110 1001010 11101

Color Harmonies of #804913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804913

Black with #804913

Text Example


Text Example

White with #804913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804913; }

 p { color: rgb(128,73,19); }

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

background-color css

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

 a { background-color: rgb(128,73,19); }

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

border-color css

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

 span { border-color: rgb(128,73,19); }

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