Shades of Saddle Brown #865013
Tints of Saddle Brown #865013
RGB
CMYK
RGB Variations
Color information
#865013 (or 0x865013) is known color: Saddle Brown. HEX triplet: 86, 50 and 13. RGB value is (134,80,19). Sum of RGB (Red+Green+Blue) = 134+80+19=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #865013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865013 is #79AFEC. Grayscale: #595959. Windows color (decimal): -7974893 or 1265798. OLE color: 1265798.
HSL color Cylindrical-coordinate representation of color #865013: hue angle of 31.83º 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 #865013 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 19 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.47 |
| HSL | 31.83º | 0.75% | 0.3% | - |
| HSV(B) | 31.83º | 0.86% | 0.53% | - |
| XYZ | 12.82 | 10.85 | 2.04 | - |
| YUV | 89.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 19 | 0 | 0.40 | 0.86 | 0.47 | 31.83 | 0.75 | 0.3 |
| Hex | 86 | 50 | 13 | 0 | 28 | 56 | 2F | 20 | 4B | 1E |
| Octal | 206 | 120 | 23 | 0 | 50 | 126 | 57 | 40 | 113 | 36 |
| Binary | 10000110 | 1010000 | 10011 | 0 | 101000 | 1010110 | 101111 | 100000 | 1001011 | 11110 |
Color Harmonies of #865013
Complementary color
Monochromatic Colors of #865013
Black with #865013
Text Example
Text Example
White with #865013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865013; }
p { color: rgb(134,80,19); }
H1.HeaderClassName
{
color: #865013;
}
.AnyTagClassName
{
color: #865013;
}
</style>
background-color css
<style>
a { background-color: #865013; }
a { background-color: rgb(134,80,19); }
div.DivClassName
{
background-color: #865013;
}
.BgClassName
{
background-color: #865013;
}
</style>
border-color css
<style>
span { border-color: #865013; }
span { border-color: rgb(134,80,19); }
td.TdClassName
{
border-color: #865013;
}
.TagClassName
{
border-color: #865013;
}
</style>