Shades of Saddle Brown #865314
Tints of Saddle Brown #865314
RGB
CMYK
RGB Variations
Color information
#865314 (or 0x865314) is known color: Saddle Brown. HEX triplet: 86, 53 and 14. RGB value is (134,83,20). Sum of RGB (Red+Green+Blue) = 134+83+20=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #865314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865314 is #79ACEB. Grayscale: #5B5B5B. Windows color (decimal): -7974124 or 1332102. OLE color: 1332102.
HSL color Cylindrical-coordinate representation of color #865314: hue angle of 33.16º 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 #865314 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 20 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.47 |
| HSL | 33.16º | 0.74% | 0.3% | - |
| HSV(B) | 33.16º | 0.85% | 0.53% | - |
| XYZ | 13.05 | 11.31 | 2.16 | - |
| YUV | 91.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 20 | 0 | 0.38 | 0.85 | 0.47 | 33.16 | 0.74 | 0.3 |
| Hex | 86 | 53 | 14 | 0 | 26 | 55 | 2F | 21 | 4A | 1E |
| Octal | 206 | 123 | 24 | 0 | 46 | 125 | 57 | 41 | 112 | 36 |
| Binary | 10000110 | 1010011 | 10100 | 0 | 100110 | 1010101 | 101111 | 100001 | 1001010 | 11110 |
Color Harmonies of #865314
Complementary color
Monochromatic Colors of #865314
Black with #865314
Text Example
Text Example
White with #865314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865314; }
p { color: rgb(134,83,20); }
H1.HeaderClassName
{
color: #865314;
}
.AnyTagClassName
{
color: #865314;
}
</style>
background-color css
<style>
a { background-color: #865314; }
a { background-color: rgb(134,83,20); }
div.DivClassName
{
background-color: #865314;
}
.BgClassName
{
background-color: #865314;
}
</style>
border-color css
<style>
span { border-color: #865314; }
span { border-color: rgb(134,83,20); }
td.TdClassName
{
border-color: #865314;
}
.TagClassName
{
border-color: #865314;
}
</style>