Shades of Russet #8B491F
Tints of Russet #8B491F
RGB
CMYK
RGB Variations
Color information
#8B491F (or 0x8B491F) is known color: Russet. HEX triplet: 8B, 49 and 1F. RGB value is (139,73,31). Sum of RGB (Red+Green+Blue) = 139+73+31=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B491F is #74B6E0. Grayscale: #585858. Windows color (decimal): -7648993 or 2050443. OLE color: 2050443.
HSL color Cylindrical-coordinate representation of color #8B491F: hue angle of 23.33º 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 #8B491F is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 73 | 31 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.45 |
| HSL | 23.33º | 0.64% | 0.33% | - |
| HSV(B) | 23.33º | 0.78% | 0.55% | - |
| XYZ | 13.28 | 10.35 | 2.59 | - |
| YUV | 87.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 31 | 0 | 0.47 | 0.78 | 0.45 | 23.33 | 0.64 | 0.33 |
| Hex | 8B | 49 | 1F | 0 | 2F | 4E | 2D | 17 | 40 | 21 |
| Octal | 213 | 111 | 37 | 0 | 57 | 116 | 55 | 27 | 100 | 41 |
| Binary | 10001011 | 1001001 | 11111 | 0 | 101111 | 1001110 | 101101 | 10111 | 1000000 | 100001 |
Color Harmonies of #8B491F
Complementary color
Monochromatic Colors of #8B491F
Black with #8B491F
Text Example
Text Example
White with #8B491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B491F; }
p { color: rgb(139,73,31); }
H1.HeaderClassName
{
color: #8B491F;
}
.AnyTagClassName
{
color: #8B491F;
}
</style>
background-color css
<style>
a { background-color: #8B491F; }
a { background-color: rgb(139,73,31); }
div.DivClassName
{
background-color: #8B491F;
}
.BgClassName
{
background-color: #8B491F;
}
</style>
border-color css
<style>
span { border-color: #8B491F; }
span { border-color: rgb(139,73,31); }
td.TdClassName
{
border-color: #8B491F;
}
.TagClassName
{
border-color: #8B491F;
}
</style>