#80461E

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

Shades of Russet #80461E

Tints of Russet #80461E

Color information

#80461E (or 0x80461E) is unknown color: approx Russet. HEX triplet: 80, 46 and 1E. RGB value is (128,70,30). Sum of RGB (Red+Green+Blue) = 128+70+30=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80461E is #7FB9E1. Grayscale: #525252. Windows color (decimal): -8370658 or 1984128. OLE color: 1984128.

HSL color Cylindrical-coordinate representation of color #80461E: hue angle of 24.49º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80461E is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB1287030-
CMYK00.450.770.50
HSL24.49º62.03%30.98%-
HSV(B)24.49º76.56%50.2%-
XYZ11.339.062.38-
YUV82.7898.22160.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=56.14%
G=30.70%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128703000.450.770.5024.4962.0330.98
Hex80461E02D4D32183e1f
Octal2001063605511562307637
Binary10000000100011011110010110110011011100101100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80461E; }

 p { color: rgb(128,70,30); }

 H1.HeaderClassName
 {
   color: #80461E;
 }
 .AnyTagClassName
 {
   color: #80461E;
 }
</style>
background-color css

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

 a { background-color: rgb(128,70,30); }

 div.DivClassName
 {
   background-color: #80461E;
 }
 .BgClassName
 {
   background-color: #80461E;
 }
</style>
border-color css

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

 span { border-color: rgb(128,70,30); }

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