Html Css Color HEX #804119 Russet

📋 copy color: '#804119'

red 128 ◦ green 65 ◦ blue 25

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

Shades of Russet #804119

Tints of Russet #804119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 58.72%
G = 29.82%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#804119 (or 0x804119) is known color: Russet. HEX triplet: 80, 41 and 19. RGB value is (128,65,25). Sum of RGB (Red+Green+Blue) = 128+65+25=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #804119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804119 is #7FBEE6. Grayscale: #4F4F4F. Windows color (decimal): -8371943 or 1655168. OLE color: 1655168.

HSL color Cylindrical-coordinate representation of color #804119: hue angle of 23.3º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #804119 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 25 -
CMYK 0 0.49 0.80 0.50
HSL 23.3º 0.67% 0.3% -
HSV(B) 23.3º 0.8% 0.5% -
XYZ 10.97 8.44 1.97 -
YUV 79.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 128 65 25 0 0.49 0.80 0.50 23.3 0.67 0.3
Hex 80 41 19 0 31 50 32 17 43 1E
Octal 200 101 31 0 61 120 62 27 103 36
Binary 10000000 1000001 11001 0 110001 1010000 110010 10111 1000011 11110

Color Harmonies of #804119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804119

Black with #804119

Text Example


Text Example

White with #804119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804119; }

 p { color: rgb(128,65,25); }

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

background-color css

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

 a { background-color: rgb(128,65,25); }

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

border-color css

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

 span { border-color: rgb(128,65,25); }

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