Shades of Saddle Brown #86400C
Tints of Saddle Brown #86400C
RGB
CMYK
RGB Variations
Color information
#86400C (or 0x86400C) is known color: Saddle Brown. HEX triplet: 86, 40 and 0C. RGB value is (134,64,12). Sum of RGB (Red+Green+Blue) = 134+64+12=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86400C is #79BFF3. Grayscale: #4F4F4F. Windows color (decimal): -7978996 or 802950. OLE color: 802950.
HSL color Cylindrical-coordinate representation of color #86400C: hue angle of 25.57º 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 #86400C is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 12 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.47 |
| HSL | 25.57º | 0.84% | 0.29% | - |
| HSV(B) | 25.57º | 0.91% | 0.53% | - |
| XYZ | 11.73 | 8.76 | 1.42 | - |
| YUV | 79 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 12 | 0 | 0.52 | 0.91 | 0.47 | 25.57 | 0.84 | 0.29 |
| Hex | 86 | 40 | C | 0 | 34 | 5B | 2F | 1A | 54 | 1D |
| Octal | 206 | 100 | 14 | 0 | 64 | 133 | 57 | 32 | 124 | 35 |
| Binary | 10000110 | 1000000 | 1100 | 0 | 110100 | 1011011 | 101111 | 11010 | 1010100 | 11101 |
Color Harmonies of #86400C
Complementary color
Monochromatic Colors of #86400C
Black with #86400C
Text Example
Text Example
White with #86400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86400C; }
p { color: rgb(134,64,12); }
H1.HeaderClassName
{
color: #86400C;
}
.AnyTagClassName
{
color: #86400C;
}
</style>
background-color css
<style>
a { background-color: #86400C; }
a { background-color: rgb(134,64,12); }
div.DivClassName
{
background-color: #86400C;
}
.BgClassName
{
background-color: #86400C;
}
</style>
border-color css
<style>
span { border-color: #86400C; }
span { border-color: rgb(134,64,12); }
td.TdClassName
{
border-color: #86400C;
}
.TagClassName
{
border-color: #86400C;
}
</style>