Shades of Russet #8C501F
Tints of Russet #8C501F
RGB
CMYK
RGB Variations
Color information
#8C501F (or 0x8C501F) is known color: Russet. HEX triplet: 8C, 50 and 1F. RGB value is (140,80,31). Sum of RGB (Red+Green+Blue) = 140+80+31=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C501F is #73AFE0. Grayscale: #5C5C5C. Windows color (decimal): -7581665 or 2052236. OLE color: 2052236.
HSL color Cylindrical-coordinate representation of color #8C501F: hue angle of 26.97º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C501F is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 31 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.45 |
| HSL | 26.97º | 0.64% | 0.34% | - |
| HSV(B) | 26.97º | 0.78% | 0.55% | - |
| XYZ | 13.93 | 11.41 | 2.76 | - |
| YUV | 92.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 31 | 0 | 0.43 | 0.78 | 0.45 | 26.97 | 0.64 | 0.34 |
| Hex | 8C | 50 | 1F | 0 | 2B | 4E | 2D | 1B | 40 | 22 |
| Octal | 214 | 120 | 37 | 0 | 53 | 116 | 55 | 33 | 100 | 42 |
| Binary | 10001100 | 1010000 | 11111 | 0 | 101011 | 1001110 | 101101 | 11011 | 1000000 | 100010 |
Color Harmonies of #8C501F
Complementary color
Monochromatic Colors of #8C501F
Black with #8C501F
Text Example
Text Example
White with #8C501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C501F; }
p { color: rgb(140,80,31); }
H1.HeaderClassName
{
color: #8C501F;
}
.AnyTagClassName
{
color: #8C501F;
}
</style>
background-color css
<style>
a { background-color: #8C501F; }
a { background-color: rgb(140,80,31); }
div.DivClassName
{
background-color: #8C501F;
}
.BgClassName
{
background-color: #8C501F;
}
</style>
border-color css
<style>
span { border-color: #8C501F; }
span { border-color: rgb(140,80,31); }
td.TdClassName
{
border-color: #8C501F;
}
.TagClassName
{
border-color: #8C501F;
}
</style>