Html Css Color HEX #804813 Russet

📋 copy color: '#804813'

red 128 ◦ green 72 ◦ blue 19

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

Shades of Russet #804813

Tints of Russet #804813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 58.45%
G = 32.88%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#804813 (or 0x804813) is known color: Russet. HEX triplet: 80, 48 and 13. RGB value is (128,72,19). Sum of RGB (Red+Green+Blue) = 128+72+19=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #804813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804813 is #7FB7EC. Grayscale: #525252. Windows color (decimal): -8370157 or 1263744. OLE color: 1263744.

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

Color convert

RGB 128 72 19 -
CMYK 0 0.44 0.85 0.50
HSL 29.17º 0.74% 0.29% -
HSV(B) 29.17º 0.85% 0.5% -
XYZ 11.34 9.27 1.81 -
YUV 82.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 128 72 19 0 0.44 0.85 0.50 29.17 0.74 0.29
Hex 80 48 13 0 2C 55 32 1D 4A 1D
Octal 200 110 23 0 54 125 62 35 112 35
Binary 10000000 1001000 10011 0 101100 1010101 110010 11101 1001010 11101

Color Harmonies of #804813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804813

Black with #804813

Text Example


Text Example

White with #804813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804813; }

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

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

background-color css

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

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

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

border-color css

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

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

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