Shades of Saddle Brown #86380C
Tints of Saddle Brown #86380C
RGB
CMYK
RGB Variations
Color information
#86380C (or 0x86380C) is known color: Saddle Brown. HEX triplet: 86, 38 and 0C. RGB value is (134,56,12). Sum of RGB (Red+Green+Blue) = 134+56+12=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86380C is #79C7F3. Grayscale: #4A4A4A. Windows color (decimal): -7981044 or 800902. OLE color: 800902.
HSL color Cylindrical-coordinate representation of color #86380C: hue angle of 21.64º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86380C is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 12 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.47 |
| HSL | 21.64º | 0.84% | 0.29% | - |
| HSV(B) | 21.64º | 0.91% | 0.53% | - |
| XYZ | 11.31 | 7.92 | 1.28 | - |
| YUV | 74.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 12 | 0 | 0.58 | 0.91 | 0.47 | 21.64 | 0.84 | 0.29 |
| Hex | 86 | 38 | C | 0 | 3A | 5B | 2F | 16 | 54 | 1D |
| Octal | 206 | 70 | 14 | 0 | 72 | 133 | 57 | 26 | 124 | 35 |
| Binary | 10000110 | 111000 | 1100 | 0 | 111010 | 1011011 | 101111 | 10110 | 1010100 | 11101 |
Color Harmonies of #86380C
Complementary color
Monochromatic Colors of #86380C
Black with #86380C
Text Example
Text Example
White with #86380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86380C; }
p { color: rgb(134,56,12); }
H1.HeaderClassName
{
color: #86380C;
}
.AnyTagClassName
{
color: #86380C;
}
</style>
background-color css
<style>
a { background-color: #86380C; }
a { background-color: rgb(134,56,12); }
div.DivClassName
{
background-color: #86380C;
}
.BgClassName
{
background-color: #86380C;
}
</style>
border-color css
<style>
span { border-color: #86380C; }
span { border-color: rgb(134,56,12); }
td.TdClassName
{
border-color: #86380C;
}
.TagClassName
{
border-color: #86380C;
}
</style>