Shades of Saddle Brown #86440B
Tints of Saddle Brown #86440B
RGB
CMYK
RGB Variations
Color information
#86440B (or 0x86440B) is known color: Saddle Brown. HEX triplet: 86, 44 and 0B. RGB value is (134,68,11). Sum of RGB (Red+Green+Blue) = 134+68+11=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86440B is #79BBF4. Grayscale: #515151. Windows color (decimal): -7977973 or 738438. OLE color: 738438.
HSL color Cylindrical-coordinate representation of color #86440B: hue angle of 27.8º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86440B is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 68 | 11 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.47 |
| HSL | 27.8º | 0.85% | 0.28% | - |
| HSV(B) | 27.8º | 0.92% | 0.53% | - |
| XYZ | 11.96 | 9.23 | 1.47 | - |
| YUV | 81.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 11 | 0 | 0.49 | 0.92 | 0.47 | 27.8 | 0.85 | 0.28 |
| Hex | 86 | 44 | B | 0 | 31 | 5C | 2F | 1C | 55 | 1C |
| Octal | 206 | 104 | 13 | 0 | 61 | 134 | 57 | 34 | 125 | 34 |
| Binary | 10000110 | 1000100 | 1011 | 0 | 110001 | 1011100 | 101111 | 11100 | 1010101 | 11100 |
Color Harmonies of #86440B
Complementary color
Monochromatic Colors of #86440B
Black with #86440B
Text Example
Text Example
White with #86440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86440B; }
p { color: rgb(134,68,11); }
H1.HeaderClassName
{
color: #86440B;
}
.AnyTagClassName
{
color: #86440B;
}
</style>
background-color css
<style>
a { background-color: #86440B; }
a { background-color: rgb(134,68,11); }
div.DivClassName
{
background-color: #86440B;
}
.BgClassName
{
background-color: #86440B;
}
</style>
border-color css
<style>
span { border-color: #86440B; }
span { border-color: rgb(134,68,11); }
td.TdClassName
{
border-color: #86440B;
}
.TagClassName
{
border-color: #86440B;
}
</style>