Shades of Saddle Brown #875107
Tints of Saddle Brown #875107
RGB
CMYK
RGB Variations
Color information
#875107 (or 0x875107) is known color: Saddle Brown. HEX triplet: 87, 51 and 07. RGB value is (135,81,7). Sum of RGB (Red+Green+Blue) = 135+81+7=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #875107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875107 is #78AEF8. Grayscale: #595959. Windows color (decimal): -7909113 or 479623. OLE color: 479623.
HSL color Cylindrical-coordinate representation of color #875107: hue angle of 34.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #875107 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 7 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.47 |
| HSL | 34.69º | 0.9% | 0.28% | - |
| HSV(B) | 34.69º | 0.95% | 0.53% | - |
| XYZ | 12.97 | 11.05 | 1.65 | - |
| YUV | 88.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 7 | 0 | 0.40 | 0.95 | 0.47 | 34.69 | 0.9 | 0.28 |
| Hex | 87 | 51 | 7 | 0 | 28 | 5F | 2F | 23 | 5A | 1C |
| Octal | 207 | 121 | 7 | 0 | 50 | 137 | 57 | 43 | 132 | 34 |
| Binary | 10000111 | 1010001 | 111 | 0 | 101000 | 1011111 | 101111 | 100011 | 1011010 | 11100 |
Color Harmonies of #875107
Complementary color
Monochromatic Colors of #875107
Black with #875107
Text Example
Text Example
White with #875107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875107; }
p { color: rgb(135,81,7); }
H1.HeaderClassName
{
color: #875107;
}
.AnyTagClassName
{
color: #875107;
}
</style>
background-color css
<style>
a { background-color: #875107; }
a { background-color: rgb(135,81,7); }
div.DivClassName
{
background-color: #875107;
}
.BgClassName
{
background-color: #875107;
}
</style>
border-color css
<style>
span { border-color: #875107; }
span { border-color: rgb(135,81,7); }
td.TdClassName
{
border-color: #875107;
}
.TagClassName
{
border-color: #875107;
}
</style>