Shades of Russet #8B511D
Tints of Russet #8B511D
RGB
CMYK
RGB Variations
Color information
#8B511D (or 0x8B511D) is known color: Russet. HEX triplet: 8B, 51 and 1D. RGB value is (139,81,29). Sum of RGB (Red+Green+Blue) = 139+81+29=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B511D is #74AEE2. Grayscale: #5C5C5C. Windows color (decimal): -7646947 or 1921419. OLE color: 1921419.
HSL color Cylindrical-coordinate representation of color #8B511D: hue angle of 28.36º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B511D is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 29 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.45 |
| HSL | 28.36º | 0.65% | 0.33% | - |
| HSV(B) | 28.36º | 0.79% | 0.55% | - |
| XYZ | 13.81 | 11.46 | 2.65 | - |
| YUV | 92.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 29 | 0 | 0.42 | 0.79 | 0.45 | 28.36 | 0.65 | 0.33 |
| Hex | 8B | 51 | 1D | 0 | 2A | 4F | 2D | 1C | 41 | 21 |
| Octal | 213 | 121 | 35 | 0 | 52 | 117 | 55 | 34 | 101 | 41 |
| Binary | 10001011 | 1010001 | 11101 | 0 | 101010 | 1001111 | 101101 | 11100 | 1000001 | 100001 |
Color Harmonies of #8B511D
Complementary color
Monochromatic Colors of #8B511D
Black with #8B511D
Text Example
Text Example
White with #8B511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B511D; }
p { color: rgb(139,81,29); }
H1.HeaderClassName
{
color: #8B511D;
}
.AnyTagClassName
{
color: #8B511D;
}
</style>
background-color css
<style>
a { background-color: #8B511D; }
a { background-color: rgb(139,81,29); }
div.DivClassName
{
background-color: #8B511D;
}
.BgClassName
{
background-color: #8B511D;
}
</style>
border-color css
<style>
span { border-color: #8B511D; }
span { border-color: rgb(139,81,29); }
td.TdClassName
{
border-color: #8B511D;
}
.TagClassName
{
border-color: #8B511D;
}
</style>