Shades of Saddle Brown #872800
Tints of Saddle Brown #872800
RGB
CMYK
RGB Variations
Color information
#872800 (or 0x872800) is known color: Saddle Brown. HEX triplet: 87, 28 and 00. RGB value is (135,40,0). Sum of RGB (Red+Green+Blue) = 135+40+0=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #872800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872800 is #78D7FF. Grayscale: #404040. Windows color (decimal): -7919616 or 10375. OLE color: 10375.
HSL color Cylindrical-coordinate representation of color #872800: hue angle of 17.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #872800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.47 |
| HSL | 17.78º | 1% | 0.26% | - |
| HSV(B) | 17.78º | 1% | 0.53% | - |
| XYZ | 10.75 | 6.67 | 0.72 | - |
| YUV | 63.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 0 | 0 | 0.70 | 1 | 0.47 | 17.78 | 1 | 0.26 |
| Hex | 87 | 28 | 0 | 0 | 46 | 64 | 2F | 12 | 64 | 1A |
| Octal | 207 | 50 | 0 | 0 | 106 | 144 | 57 | 22 | 144 | 32 |
| Binary | 10000111 | 101000 | 0 | 0 | 1000110 | 1100100 | 101111 | 10010 | 1100100 | 11010 |
Color Harmonies of #872800
Complementary color
Monochromatic Colors of #872800
Black with #872800
Text Example
Text Example
White with #872800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872800; }
p { color: rgb(135,40,0); }
H1.HeaderClassName
{
color: #872800;
}
.AnyTagClassName
{
color: #872800;
}
</style>
background-color css
<style>
a { background-color: #872800; }
a { background-color: rgb(135,40,0); }
div.DivClassName
{
background-color: #872800;
}
.BgClassName
{
background-color: #872800;
}
</style>
border-color css
<style>
span { border-color: #872800; }
span { border-color: rgb(135,40,0); }
td.TdClassName
{
border-color: #872800;
}
.TagClassName
{
border-color: #872800;
}
</style>