#804E1F

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

Shades of Russet #804E1F

Tints of Russet #804E1F

Color information

#804E1F (or 0x804E1F) is unknown color: approx Russet. HEX triplet: 80, 4E and 1F. RGB value is (128,78,31). Sum of RGB (Red+Green+Blue) = 128+78+31=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #804E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E1F is #7FB1E0. Grayscale: #575757. Windows color (decimal): -8368609 or 2051712. OLE color: 2051712.

HSL color Cylindrical-coordinate representation of color #804E1F: hue angle of 29.07º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #804E1F is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB1287831-
CMYK00.390.760.50
HSL29.07º61.01%31.18%-
HSV(B)29.07º75.78%50.2%-
XYZ11.8710.142.63-
YUV87.5996.06156.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.01%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=54.01%
G=32.91%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128783100.390.760.5029.0761.0131.18
Hex804E1F0274C321d3d1f
Octal2001163704711462357537
Binary10000000100111011111010011110011001100101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804E1F; }

 p { color: rgb(128,78,31); }

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

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

 a { background-color: rgb(128,78,31); }

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

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

 span { border-color: rgb(128,78,31); }

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