Shades of Saddle Brown #874013
Tints of Saddle Brown #874013
RGB
CMYK
RGB Variations
Color information
#874013 (or 0x874013) is known color: Saddle Brown. HEX triplet: 87, 40 and 13. RGB value is (135,64,19). Sum of RGB (Red+Green+Blue) = 135+64+19=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #874013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874013 is #78BFEC. Grayscale: #505050. Windows color (decimal): -7913453 or 1261703. OLE color: 1261703.
HSL color Cylindrical-coordinate representation of color #874013: hue angle of 23.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #874013 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 19 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.47 |
| HSL | 23.28º | 0.75% | 0.3% | - |
| HSV(B) | 23.28º | 0.86% | 0.53% | - |
| XYZ | 11.94 | 8.86 | 1.7 | - |
| YUV | 80.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 19 | 0 | 0.53 | 0.86 | 0.47 | 23.28 | 0.75 | 0.3 |
| Hex | 87 | 40 | 13 | 0 | 35 | 56 | 2F | 17 | 4B | 1E |
| Octal | 207 | 100 | 23 | 0 | 65 | 126 | 57 | 27 | 113 | 36 |
| Binary | 10000111 | 1000000 | 10011 | 0 | 110101 | 1010110 | 101111 | 10111 | 1001011 | 11110 |
Color Harmonies of #874013
Complementary color
Monochromatic Colors of #874013
Black with #874013
Text Example
Text Example
White with #874013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874013; }
p { color: rgb(135,64,19); }
H1.HeaderClassName
{
color: #874013;
}
.AnyTagClassName
{
color: #874013;
}
</style>
background-color css
<style>
a { background-color: #874013; }
a { background-color: rgb(135,64,19); }
div.DivClassName
{
background-color: #874013;
}
.BgClassName
{
background-color: #874013;
}
</style>
border-color css
<style>
span { border-color: #874013; }
span { border-color: rgb(135,64,19); }
td.TdClassName
{
border-color: #874013;
}
.TagClassName
{
border-color: #874013;
}
</style>