#804C1F

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

Shades of Russet #804C1F

Tints of Russet #804C1F

Color information

#804C1F (or 0x804C1F) is unknown color: approx Russet. HEX triplet: 80, 4C and 1F. RGB value is (128,76,31). Sum of RGB (Red+Green+Blue) = 128+76+31=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #804C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C1F is #7FB3E0. Grayscale: #565656. Windows color (decimal): -8369121 or 2051200. OLE color: 2051200.

HSL color Cylindrical-coordinate representation of color #804C1F: hue angle of 27.84º 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 #804C1F is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB1287631-
CMYK00.410.760.50
HSL27.84º61.01%31.18%-
HSV(B)27.84º75.78%50.2%-
XYZ11.739.862.58-
YUV86.4296.73157.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 31 (12.5% from 255) = 13.19%
R=54.47%
G=32.34%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128763100.410.760.5027.8461.0131.18
Hex804C1F0294C321c3d1f
Octal2001143705111462347537
Binary10000000100110011111010100110011001100101110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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