Shades of Russet #8B471F
Tints of Russet #8B471F
RGB
CMYK
RGB Variations
Color information
#8B471F (or 0x8B471F) is known color: Russet. HEX triplet: 8B, 47 and 1F. RGB value is (139,71,31). Sum of RGB (Red+Green+Blue) = 139+71+31=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B471F is #74B8E0. Grayscale: #575757. Windows color (decimal): -7649505 or 2049931. OLE color: 2049931.
HSL color Cylindrical-coordinate representation of color #8B471F: hue angle of 22.22º 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 #8B471F is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 71 | 31 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.45 |
| HSL | 22.22º | 0.64% | 0.33% | - |
| HSV(B) | 22.22º | 0.78% | 0.55% | - |
| XYZ | 13.15 | 10.09 | 2.55 | - |
| YUV | 86.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 31 | 0 | 0.49 | 0.78 | 0.45 | 22.22 | 0.64 | 0.33 |
| Hex | 8B | 47 | 1F | 0 | 31 | 4E | 2D | 16 | 40 | 21 |
| Octal | 213 | 107 | 37 | 0 | 61 | 116 | 55 | 26 | 100 | 41 |
| Binary | 10001011 | 1000111 | 11111 | 0 | 110001 | 1001110 | 101101 | 10110 | 1000000 | 100001 |
Color Harmonies of #8B471F
Complementary color
Monochromatic Colors of #8B471F
Black with #8B471F
Text Example
Text Example
White with #8B471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B471F; }
p { color: rgb(139,71,31); }
H1.HeaderClassName
{
color: #8B471F;
}
.AnyTagClassName
{
color: #8B471F;
}
</style>
background-color css
<style>
a { background-color: #8B471F; }
a { background-color: rgb(139,71,31); }
div.DivClassName
{
background-color: #8B471F;
}
.BgClassName
{
background-color: #8B471F;
}
</style>
border-color css
<style>
span { border-color: #8B471F; }
span { border-color: rgb(139,71,31); }
td.TdClassName
{
border-color: #8B471F;
}
.TagClassName
{
border-color: #8B471F;
}
</style>