Shades of Saddle Brown #874914
Tints of Saddle Brown #874914
RGB
CMYK
RGB Variations
Color information
#874914 (or 0x874914) is known color: Saddle Brown. HEX triplet: 87, 49 and 14. RGB value is (135,73,20). Sum of RGB (Red+Green+Blue) = 135+73+20=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #874914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874914 is #78B6EB. Grayscale: #555555. Windows color (decimal): -7911148 or 1329543. OLE color: 1329543.
HSL color Cylindrical-coordinate representation of color #874914: hue angle of 27.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #874914 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 20 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.47 |
| HSL | 27.65º | 0.74% | 0.3% | - |
| HSV(B) | 27.65º | 0.85% | 0.53% | - |
| XYZ | 12.5 | 9.97 | 1.93 | - |
| YUV | 85.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 20 | 0 | 0.46 | 0.85 | 0.47 | 27.65 | 0.74 | 0.3 |
| Hex | 87 | 49 | 14 | 0 | 2E | 55 | 2F | 1C | 4A | 1E |
| Octal | 207 | 111 | 24 | 0 | 56 | 125 | 57 | 34 | 112 | 36 |
| Binary | 10000111 | 1001001 | 10100 | 0 | 101110 | 1010101 | 101111 | 11100 | 1001010 | 11110 |
Color Harmonies of #874914
Complementary color
Monochromatic Colors of #874914
Black with #874914
Text Example
Text Example
White with #874914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874914; }
p { color: rgb(135,73,20); }
H1.HeaderClassName
{
color: #874914;
}
.AnyTagClassName
{
color: #874914;
}
</style>
background-color css
<style>
a { background-color: #874914; }
a { background-color: rgb(135,73,20); }
div.DivClassName
{
background-color: #874914;
}
.BgClassName
{
background-color: #874914;
}
</style>
border-color css
<style>
span { border-color: #874914; }
span { border-color: rgb(135,73,20); }
td.TdClassName
{
border-color: #874914;
}
.TagClassName
{
border-color: #874914;
}
</style>