Shades of Russet #8B501D
Tints of Russet #8B501D
RGB
CMYK
RGB Variations
Color information
#8B501D (or 0x8B501D) is known color: Russet. HEX triplet: 8B, 50 and 1D. RGB value is (139,80,29). Sum of RGB (Red+Green+Blue) = 139+80+29=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B501D is #74AFE2. Grayscale: #5C5C5C. Windows color (decimal): -7647203 or 1921163. OLE color: 1921163.
HSL color Cylindrical-coordinate representation of color #8B501D: hue angle of 27.82º 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 #8B501D is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 29 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.45 |
| HSL | 27.82º | 0.65% | 0.33% | - |
| HSV(B) | 27.82º | 0.79% | 0.55% | - |
| XYZ | 13.74 | 11.32 | 2.62 | - |
| YUV | 91.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 29 | 0 | 0.42 | 0.79 | 0.45 | 27.82 | 0.65 | 0.33 |
| Hex | 8B | 50 | 1D | 0 | 2A | 4F | 2D | 1C | 41 | 21 |
| Octal | 213 | 120 | 35 | 0 | 52 | 117 | 55 | 34 | 101 | 41 |
| Binary | 10001011 | 1010000 | 11101 | 0 | 101010 | 1001111 | 101101 | 11100 | 1000001 | 100001 |
Color Harmonies of #8B501D
Complementary color
Monochromatic Colors of #8B501D
Black with #8B501D
Text Example
Text Example
White with #8B501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B501D; }
p { color: rgb(139,80,29); }
H1.HeaderClassName
{
color: #8B501D;
}
.AnyTagClassName
{
color: #8B501D;
}
</style>
background-color css
<style>
a { background-color: #8B501D; }
a { background-color: rgb(139,80,29); }
div.DivClassName
{
background-color: #8B501D;
}
.BgClassName
{
background-color: #8B501D;
}
</style>
border-color css
<style>
span { border-color: #8B501D; }
span { border-color: rgb(139,80,29); }
td.TdClassName
{
border-color: #8B501D;
}
.TagClassName
{
border-color: #8B501D;
}
</style>