Shades of Saddle Brown #873310
Tints of Saddle Brown #873310
RGB
CMYK
RGB Variations
Color information
#873310 (or 0x873310) is known color: Saddle Brown. HEX triplet: 87, 33 and 10. RGB value is (135,51,16). Sum of RGB (Red+Green+Blue) = 135+51+16=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #873310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873310 is #78CCEF. Grayscale: #484848. Windows color (decimal): -7916784 or 1061767. OLE color: 1061767.
HSL color Cylindrical-coordinate representation of color #873310: hue angle of 17.65º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #873310 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 16 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.47 |
| HSL | 17.65º | 0.79% | 0.3% | - |
| HSV(B) | 17.65º | 0.88% | 0.53% | - |
| XYZ | 11.27 | 7.56 | 1.35 | - |
| YUV | 72.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 16 | 0 | 0.62 | 0.88 | 0.47 | 17.65 | 0.79 | 0.3 |
| Hex | 87 | 33 | 10 | 0 | 3E | 58 | 2F | 12 | 4F | 1E |
| Octal | 207 | 63 | 20 | 0 | 76 | 130 | 57 | 22 | 117 | 36 |
| Binary | 10000111 | 110011 | 10000 | 0 | 111110 | 1011000 | 101111 | 10010 | 1001111 | 11110 |
Color Harmonies of #873310
Complementary color
Monochromatic Colors of #873310
Black with #873310
Text Example
Text Example
White with #873310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873310; }
p { color: rgb(135,51,16); }
H1.HeaderClassName
{
color: #873310;
}
.AnyTagClassName
{
color: #873310;
}
</style>
background-color css
<style>
a { background-color: #873310; }
a { background-color: rgb(135,51,16); }
div.DivClassName
{
background-color: #873310;
}
.BgClassName
{
background-color: #873310;
}
</style>
border-color css
<style>
span { border-color: #873310; }
span { border-color: rgb(135,51,16); }
td.TdClassName
{
border-color: #873310;
}
.TagClassName
{
border-color: #873310;
}
</style>