Shades of Saddle Brown #874E09
Tints of Saddle Brown #874E09
RGB
CMYK
RGB Variations
Color information
#874E09 (or 0x874E09) is known color: Saddle Brown. HEX triplet: 87, 4E and 09. RGB value is (135,78,9). Sum of RGB (Red+Green+Blue) = 135+78+9=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #874E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874E09 is #78B1F6. Grayscale: #575757. Windows color (decimal): -7909879 or 609927. OLE color: 609927.
HSL color Cylindrical-coordinate representation of color #874E09: hue angle of 32.86º 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 #874E09 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 9 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.47 |
| HSL | 32.86º | 0.88% | 0.28% | - |
| HSV(B) | 32.86º | 0.93% | 0.53% | - |
| XYZ | 12.77 | 10.62 | 1.64 | - |
| YUV | 87.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 9 | 0 | 0.42 | 0.93 | 0.47 | 32.86 | 0.88 | 0.28 |
| Hex | 87 | 4E | 9 | 0 | 2A | 5D | 2F | 21 | 58 | 1C |
| Octal | 207 | 116 | 11 | 0 | 52 | 135 | 57 | 41 | 130 | 34 |
| Binary | 10000111 | 1001110 | 1001 | 0 | 101010 | 1011101 | 101111 | 100001 | 1011000 | 11100 |
Color Harmonies of #874E09
Complementary color
Monochromatic Colors of #874E09
Black with #874E09
Text Example
Text Example
White with #874E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E09; }
p { color: rgb(135,78,9); }
H1.HeaderClassName
{
color: #874E09;
}
.AnyTagClassName
{
color: #874E09;
}
</style>
background-color css
<style>
a { background-color: #874E09; }
a { background-color: rgb(135,78,9); }
div.DivClassName
{
background-color: #874E09;
}
.BgClassName
{
background-color: #874E09;
}
</style>
border-color css
<style>
span { border-color: #874E09; }
span { border-color: rgb(135,78,9); }
td.TdClassName
{
border-color: #874E09;
}
.TagClassName
{
border-color: #874E09;
}
</style>