Shades of Saddle Brown #8B510D
Tints of Saddle Brown #8B510D
RGB
CMYK
RGB Variations
Color information
#8B510D (or 0x8B510D) is known color: Saddle Brown. HEX triplet: 8B, 51 and 0D. RGB value is (139,81,13). Sum of RGB (Red+Green+Blue) = 139+81+13=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B510D is #74AEF2. Grayscale: #5A5A5A. Windows color (decimal): -7646963 or 872843. OLE color: 872843.
HSL color Cylindrical-coordinate representation of color #8B510D: hue angle of 32.38º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B510D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 13 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.45 |
| HSL | 32.38º | 0.83% | 0.3% | - |
| HSV(B) | 32.38º | 0.91% | 0.55% | - |
| XYZ | 13.66 | 11.4 | 1.86 | - |
| YUV | 90.59 | 84.22 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 13 | 0 | 0.42 | 0.91 | 0.45 | 32.38 | 0.83 | 0.3 |
| Hex | 8B | 51 | D | 0 | 2A | 5B | 2D | 20 | 53 | 1E |
| Octal | 213 | 121 | 15 | 0 | 52 | 133 | 55 | 40 | 123 | 36 |
| Binary | 10001011 | 1010001 | 1101 | 0 | 101010 | 1011011 | 101101 | 100000 | 1010011 | 11110 |
Color Harmonies of #8B510D
Complementary color
Monochromatic Colors of #8B510D
Black with #8B510D
Text Example
Text Example
White with #8B510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B510D; }
p { color: rgb(139,81,13); }
H1.HeaderClassName
{
color: #8B510D;
}
.AnyTagClassName
{
color: #8B510D;
}
</style>
background-color css
<style>
a { background-color: #8B510D; }
a { background-color: rgb(139,81,13); }
div.DivClassName
{
background-color: #8B510D;
}
.BgClassName
{
background-color: #8B510D;
}
</style>
border-color css
<style>
span { border-color: #8B510D; }
span { border-color: rgb(139,81,13); }
td.TdClassName
{
border-color: #8B510D;
}
.TagClassName
{
border-color: #8B510D;
}
</style>