Shades of Russet #8B461F
Tints of Russet #8B461F
RGB
CMYK
RGB Variations
Color information
#8B461F (or 0x8B461F) is known color: Russet. HEX triplet: 8B, 46 and 1F. RGB value is (139,70,31). Sum of RGB (Red+Green+Blue) = 139+70+31=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B461F is #74B9E0. Grayscale: #565656. Windows color (decimal): -7649761 or 2049675. OLE color: 2049675.
HSL color Cylindrical-coordinate representation of color #8B461F: hue angle of 21.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B461F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 31 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.45 |
| HSL | 21.67º | 0.64% | 0.33% | - |
| HSV(B) | 21.67º | 0.78% | 0.55% | - |
| XYZ | 13.08 | 9.97 | 2.53 | - |
| YUV | 86.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 31 | 0 | 0.50 | 0.78 | 0.45 | 21.67 | 0.64 | 0.33 |
| Hex | 8B | 46 | 1F | 0 | 32 | 4E | 2D | 16 | 40 | 21 |
| Octal | 213 | 106 | 37 | 0 | 62 | 116 | 55 | 26 | 100 | 41 |
| Binary | 10001011 | 1000110 | 11111 | 0 | 110010 | 1001110 | 101101 | 10110 | 1000000 | 100001 |
Color Harmonies of #8B461F
Complementary color
Monochromatic Colors of #8B461F
Black with #8B461F
Text Example
Text Example
White with #8B461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B461F; }
p { color: rgb(139,70,31); }
H1.HeaderClassName
{
color: #8B461F;
}
.AnyTagClassName
{
color: #8B461F;
}
</style>
background-color css
<style>
a { background-color: #8B461F; }
a { background-color: rgb(139,70,31); }
div.DivClassName
{
background-color: #8B461F;
}
.BgClassName
{
background-color: #8B461F;
}
</style>
border-color css
<style>
span { border-color: #8B461F; }
span { border-color: rgb(139,70,31); }
td.TdClassName
{
border-color: #8B461F;
}
.TagClassName
{
border-color: #8B461F;
}
</style>