Shades of Saddle Brown #873009
Tints of Saddle Brown #873009
RGB
CMYK
RGB Variations
Color information
#873009 (or 0x873009) is known color: Saddle Brown. HEX triplet: 87, 30 and 09. RGB value is (135,48,9). Sum of RGB (Red+Green+Blue) = 135+48+9=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #873009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873009 is #78CFF6. Grayscale: #454545. Windows color (decimal): -7917559 or 602247. OLE color: 602247.
HSL color Cylindrical-coordinate representation of color #873009: hue angle of 18.57º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #873009 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 9 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.47 |
| HSL | 18.57º | 0.88% | 0.28% | - |
| HSV(B) | 18.57º | 0.93% | 0.53% | - |
| XYZ | 11.1 | 7.28 | 1.08 | - |
| YUV | 69.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 9 | 0 | 0.64 | 0.93 | 0.47 | 18.57 | 0.88 | 0.28 |
| Hex | 87 | 30 | 9 | 0 | 40 | 5D | 2F | 13 | 58 | 1C |
| Octal | 207 | 60 | 11 | 0 | 100 | 135 | 57 | 23 | 130 | 34 |
| Binary | 10000111 | 110000 | 1001 | 0 | 1000000 | 1011101 | 101111 | 10011 | 1011000 | 11100 |
Color Harmonies of #873009
Complementary color
Monochromatic Colors of #873009
Black with #873009
Text Example
Text Example
White with #873009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873009; }
p { color: rgb(135,48,9); }
H1.HeaderClassName
{
color: #873009;
}
.AnyTagClassName
{
color: #873009;
}
</style>
background-color css
<style>
a { background-color: #873009; }
a { background-color: rgb(135,48,9); }
div.DivClassName
{
background-color: #873009;
}
.BgClassName
{
background-color: #873009;
}
</style>
border-color css
<style>
span { border-color: #873009; }
span { border-color: rgb(135,48,9); }
td.TdClassName
{
border-color: #873009;
}
.TagClassName
{
border-color: #873009;
}
</style>