#804316

Color #804316 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #804316

Tints of Russet #804316

Color information

#804316 (or 0x804316) is unknown color: approx 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

RGB1286722-
CMYK00.480.830.50
HSL25.47º70.67%29.41%-
HSV(B)25.47º82.81%50.2%-
XYZ11.058.661.85-
YUV80.1195.21162.16-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128672200.480.830.5025.4770.6729.41
Hex804316030533219471d
Octal20010326060123623110735
Binary100000001000011101100110000101001111001011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>