#80461C

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

Shades of Russet #80461C

Tints of Russet #80461C

Color information

#80461C (or 0x80461C) is unknown color: approx Russet. HEX triplet: 80, 46 and 1C. RGB value is (128,70,28). Sum of RGB (Red+Green+Blue) = 128+70+28=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80461C is #7FB9E3. Grayscale: #525252. Windows color (decimal): -8370660 or 1853056. OLE color: 1853056.

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

Color convert

RGB1287028-
CMYK00.450.780.50
HSL25.2º64.1%30.59%-
HSV(B)25.2º78.12%50.2%-
XYZ11.39.052.25-
YUV82.5597.22160.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.64%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=56.64%
G=30.97%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128702800.450.780.5025.264.130.59
Hex80461C02D4E3219401f
Octal20010634055116623110037
Binary100000001000110111000101101100111011001011001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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