Shades of Saddle Brown #873F07
Tints of Saddle Brown #873F07
RGB
CMYK
RGB Variations
Color information
#873F07 (or 0x873F07) is known color: Saddle Brown. HEX triplet: 87, 3F and 07. RGB value is (135,63,7). Sum of RGB (Red+Green+Blue) = 135+63+7=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #873F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873F07 is #78C0F8. Grayscale: #4E4E4E. Windows color (decimal): -7913721 or 475015. OLE color: 475015.
HSL color Cylindrical-coordinate representation of color #873F07: hue angle of 26.25º 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 #873F07 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 7 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.47 |
| HSL | 26.25º | 0.9% | 0.28% | - |
| HSV(B) | 26.25º | 0.95% | 0.53% | - |
| XYZ | 11.81 | 8.72 | 1.26 | - |
| YUV | 78.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 7 | 0 | 0.53 | 0.95 | 0.47 | 26.25 | 0.9 | 0.28 |
| Hex | 87 | 3F | 7 | 0 | 35 | 5F | 2F | 1A | 5A | 1C |
| Octal | 207 | 77 | 7 | 0 | 65 | 137 | 57 | 32 | 132 | 34 |
| Binary | 10000111 | 111111 | 111 | 0 | 110101 | 1011111 | 101111 | 11010 | 1011010 | 11100 |
Color Harmonies of #873F07
Complementary color
Monochromatic Colors of #873F07
Black with #873F07
Text Example
Text Example
White with #873F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F07; }
p { color: rgb(135,63,7); }
H1.HeaderClassName
{
color: #873F07;
}
.AnyTagClassName
{
color: #873F07;
}
</style>
background-color css
<style>
a { background-color: #873F07; }
a { background-color: rgb(135,63,7); }
div.DivClassName
{
background-color: #873F07;
}
.BgClassName
{
background-color: #873F07;
}
</style>
border-color css
<style>
span { border-color: #873F07; }
span { border-color: rgb(135,63,7); }
td.TdClassName
{
border-color: #873F07;
}
.TagClassName
{
border-color: #873F07;
}
</style>