Html Css Color HEX #804316 Russet

📋 copy color: '#804316'

red 128 ◦ green 67 ◦ blue 22

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

Shades of Russet #804316

Tints of Russet #804316

RGB

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

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

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

R = 58.99%
G = 30.88%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#804316 (or 0x804316) is known color: Russet. HEX triplet: 80, 43 and 16. RGB value is (128,67,22). Sum of RGB (Red+Green+Blue) = 128+67+22=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #804316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804316 is #7FBCE9. Grayscale: #505050. Windows color (decimal): -8371434 or 1459072. OLE color: 1459072.

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

Color convert

RGB 128 67 22 -
CMYK 0 0.48 0.83 0.50
HSL 25.47º 0.71% 0.29% -
HSV(B) 25.47º 0.83% 0.5% -
XYZ 11.05 8.66 1.85 -
YUV 80.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 128 67 22 0 0.48 0.83 0.50 25.47 0.71 0.29
Hex 80 43 16 0 30 53 32 19 47 1D
Octal 200 103 26 0 60 123 62 31 107 35
Binary 10000000 1000011 10110 0 110000 1010011 110010 11001 1000111 11101

Color Harmonies of #804316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804316

Black with #804316

Text Example


Text Example

White with #804316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804316; }

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

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

background-color css

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

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

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

border-color css

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

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

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