Shades of Saddle Brown #872D00
Tints of Saddle Brown #872D00
RGB
CMYK
RGB Variations
Color information
#872D00 (or 0x872D00) is known color: Saddle Brown. HEX triplet: 87, 2D and 00. RGB value is (135,45,0). Sum of RGB (Red+Green+Blue) = 135+45+0=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #872D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872D00 is #78D2FF. Grayscale: #434343. Windows color (decimal): -7918336 or 11655. OLE color: 11655.
HSL color Cylindrical-coordinate representation of color #872D00: hue angle of 20º 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 #872D00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.47 |
| HSL | 20º | 1% | 0.26% | - |
| HSV(B) | 20º | 1% | 0.53% | - |
| XYZ | 10.93 | 7.03 | 0.78 | - |
| YUV | 66.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 0 | 0 | 0.67 | 1 | 0.47 | 20 | 1 | 0.26 |
| Hex | 87 | 2D | 0 | 0 | 43 | 64 | 2F | 14 | 64 | 1A |
| Octal | 207 | 55 | 0 | 0 | 103 | 144 | 57 | 24 | 144 | 32 |
| Binary | 10000111 | 101101 | 0 | 0 | 1000011 | 1100100 | 101111 | 10100 | 1100100 | 11010 |
Color Harmonies of #872D00
Complementary color
Monochromatic Colors of #872D00
Black with #872D00
Text Example
Text Example
White with #872D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D00; }
p { color: rgb(135,45,0); }
H1.HeaderClassName
{
color: #872D00;
}
.AnyTagClassName
{
color: #872D00;
}
</style>
background-color css
<style>
a { background-color: #872D00; }
a { background-color: rgb(135,45,0); }
div.DivClassName
{
background-color: #872D00;
}
.BgClassName
{
background-color: #872D00;
}
</style>
border-color css
<style>
span { border-color: #872D00; }
span { border-color: rgb(135,45,0); }
td.TdClassName
{
border-color: #872D00;
}
.TagClassName
{
border-color: #872D00;
}
</style>