Shades of Saddle Brown #863C01
Tints of Saddle Brown #863C01
RGB
CMYK
RGB Variations
Color information
#863C01 (or 0x863C01) is known color: Saddle Brown. HEX triplet: 86, 3C and 01. RGB value is (134,60,1). Sum of RGB (Red+Green+Blue) = 134+60+1=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #863C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C01 is #79C3FE. Grayscale: #4B4B4B. Windows color (decimal): -7980031 or 81030. OLE color: 81030.
HSL color Cylindrical-coordinate representation of color #863C01: hue angle of 26.62º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #863C01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.47 |
| HSL | 26.62º | 0.99% | 0.26% | - |
| HSV(B) | 26.62º | 0.99% | 0.53% | - |
| XYZ | 11.45 | 8.3 | 1.03 | - |
| YUV | 75.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 1 | 0 | 0.55 | 0.99 | 0.47 | 26.62 | 0.99 | 0.26 |
| Hex | 86 | 3C | 1 | 0 | 37 | 63 | 2F | 1B | 63 | 1A |
| Octal | 206 | 74 | 1 | 0 | 67 | 143 | 57 | 33 | 143 | 32 |
| Binary | 10000110 | 111100 | 1 | 0 | 110111 | 1100011 | 101111 | 11011 | 1100011 | 11010 |
Color Harmonies of #863C01
Complementary color
Monochromatic Colors of #863C01
Black with #863C01
Text Example
Text Example
White with #863C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C01; }
p { color: rgb(134,60,1); }
H1.HeaderClassName
{
color: #863C01;
}
.AnyTagClassName
{
color: #863C01;
}
</style>
background-color css
<style>
a { background-color: #863C01; }
a { background-color: rgb(134,60,1); }
div.DivClassName
{
background-color: #863C01;
}
.BgClassName
{
background-color: #863C01;
}
</style>
border-color css
<style>
span { border-color: #863C01; }
span { border-color: rgb(134,60,1); }
td.TdClassName
{
border-color: #863C01;
}
.TagClassName
{
border-color: #863C01;
}
</style>