Html Css Color HEX #804416 Russet

📋 copy color: '#804416'

red 128 ◦ green 68 ◦ blue 22

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

Shades of Russet #804416

Tints of Russet #804416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 58.72%
G = 31.19%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#804416 (or 0x804416) is known color: Russet. HEX triplet: 80, 44 and 16. RGB value is (128,68,22). Sum of RGB (Red+Green+Blue) = 128+68+22=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #804416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804416 is #7FBBE9. Grayscale: #505050. Windows color (decimal): -8371178 or 1459328. OLE color: 1459328.

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

Color convert

RGB 128 68 22 -
CMYK 0 0.47 0.83 0.50
HSL 26.04º 0.71% 0.29% -
HSV(B) 26.04º 0.83% 0.5% -
XYZ 11.11 8.78 1.87 -
YUV 80.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 128 68 22 0 0.47 0.83 0.50 26.04 0.71 0.29
Hex 80 44 16 0 2F 53 32 1A 47 1D
Octal 200 104 26 0 57 123 62 32 107 35
Binary 10000000 1000100 10110 0 101111 1010011 110010 11010 1000111 11101

Color Harmonies of #804416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804416

Black with #804416

Text Example


Text Example

White with #804416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804416; }

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

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

background-color css

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

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

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

border-color css

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

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

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