Shades of Saddle Brown #8B5015
Tints of Saddle Brown #8B5015
RGB
CMYK
RGB Variations
Color information
#8B5015 (or 0x8B5015) is known color: Saddle Brown. HEX triplet: 8B, 50 and 15. RGB value is (139,80,21). Sum of RGB (Red+Green+Blue) = 139+80+21=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5015 is #74AFEA. Grayscale: #5B5B5B. Windows color (decimal): -7647211 or 1396875. OLE color: 1396875.
HSL color Cylindrical-coordinate representation of color #8B5015: hue angle of 30º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B5015 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 21 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.45 |
| HSL | 30º | 0.74% | 0.31% | - |
| HSV(B) | 30º | 0.85% | 0.55% | - |
| XYZ | 13.65 | 11.28 | 2.17 | - |
| YUV | 90.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 21 | 0 | 0.42 | 0.85 | 0.45 | 30 | 0.74 | 0.31 |
| Hex | 8B | 50 | 15 | 0 | 2A | 55 | 2D | 1E | 4A | 1F |
| Octal | 213 | 120 | 25 | 0 | 52 | 125 | 55 | 36 | 112 | 37 |
| Binary | 10001011 | 1010000 | 10101 | 0 | 101010 | 1010101 | 101101 | 11110 | 1001010 | 11111 |
Color Harmonies of #8B5015
Complementary color
Monochromatic Colors of #8B5015
Black with #8B5015
Text Example
Text Example
White with #8B5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5015; }
p { color: rgb(139,80,21); }
H1.HeaderClassName
{
color: #8B5015;
}
.AnyTagClassName
{
color: #8B5015;
}
</style>
background-color css
<style>
a { background-color: #8B5015; }
a { background-color: rgb(139,80,21); }
div.DivClassName
{
background-color: #8B5015;
}
.BgClassName
{
background-color: #8B5015;
}
</style>
border-color css
<style>
span { border-color: #8B5015; }
span { border-color: rgb(139,80,21); }
td.TdClassName
{
border-color: #8B5015;
}
.TagClassName
{
border-color: #8B5015;
}
</style>