Shades of Saddle Brown #8B350D
Tints of Saddle Brown #8B350D
RGB
CMYK
RGB Variations
Color information
#8B350D (or 0x8B350D) is known color: Saddle Brown. HEX triplet: 8B, 35 and 0D. RGB value is (139,53,13). Sum of RGB (Red+Green+Blue) = 139+53+13=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B350D is #74CAF2. Grayscale: #4A4A4A. Windows color (decimal): -7654131 or 865675. OLE color: 865675.
HSL color Cylindrical-coordinate representation of color #8B350D: hue angle of 19.05º 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 #8B350D is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 13 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.45 |
| HSL | 19.05º | 0.83% | 0.3% | - |
| HSV(B) | 19.05º | 0.91% | 0.55% | - |
| XYZ | 11.99 | 8.06 | 1.31 | - |
| YUV | 74.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 13 | 0 | 0.62 | 0.91 | 0.45 | 19.05 | 0.83 | 0.3 |
| Hex | 8B | 35 | D | 0 | 3E | 5B | 2D | 13 | 53 | 1E |
| Octal | 213 | 65 | 15 | 0 | 76 | 133 | 55 | 23 | 123 | 36 |
| Binary | 10001011 | 110101 | 1101 | 0 | 111110 | 1011011 | 101101 | 10011 | 1010011 | 11110 |
Color Harmonies of #8B350D
Complementary color
Monochromatic Colors of #8B350D
Black with #8B350D
Text Example
Text Example
White with #8B350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B350D; }
p { color: rgb(139,53,13); }
H1.HeaderClassName
{
color: #8B350D;
}
.AnyTagClassName
{
color: #8B350D;
}
</style>
background-color css
<style>
a { background-color: #8B350D; }
a { background-color: rgb(139,53,13); }
div.DivClassName
{
background-color: #8B350D;
}
.BgClassName
{
background-color: #8B350D;
}
</style>
border-color css
<style>
span { border-color: #8B350D; }
span { border-color: rgb(139,53,13); }
td.TdClassName
{
border-color: #8B350D;
}
.TagClassName
{
border-color: #8B350D;
}
</style>