Shades of Saddle Brown #863B01
Tints of Saddle Brown #863B01
RGB
CMYK
RGB Variations
Color information
#863B01 (or 0x863B01) is known color: Saddle Brown. HEX triplet: 86, 3B and 01. RGB value is (134,59,1). Sum of RGB (Red+Green+Blue) = 134+59+1=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #863B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B01 is #79C4FE. Grayscale: #4B4B4B. Windows color (decimal): -7980287 or 80774. OLE color: 80774.
HSL color Cylindrical-coordinate representation of color #863B01: hue angle of 26.17º 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 #863B01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.47 |
| HSL | 26.17º | 0.99% | 0.26% | - |
| HSV(B) | 26.17º | 0.99% | 0.53% | - |
| XYZ | 11.4 | 8.2 | 1.01 | - |
| YUV | 74.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 1 | 0 | 0.56 | 0.99 | 0.47 | 26.17 | 0.99 | 0.26 |
| Hex | 86 | 3B | 1 | 0 | 38 | 63 | 2F | 1A | 63 | 1A |
| Octal | 206 | 73 | 1 | 0 | 70 | 143 | 57 | 32 | 143 | 32 |
| Binary | 10000110 | 111011 | 1 | 0 | 111000 | 1100011 | 101111 | 11010 | 1100011 | 11010 |
Color Harmonies of #863B01
Complementary color
Monochromatic Colors of #863B01
Black with #863B01
Text Example
Text Example
White with #863B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B01; }
p { color: rgb(134,59,1); }
H1.HeaderClassName
{
color: #863B01;
}
.AnyTagClassName
{
color: #863B01;
}
</style>
background-color css
<style>
a { background-color: #863B01; }
a { background-color: rgb(134,59,1); }
div.DivClassName
{
background-color: #863B01;
}
.BgClassName
{
background-color: #863B01;
}
</style>
border-color css
<style>
span { border-color: #863B01; }
span { border-color: rgb(134,59,1); }
td.TdClassName
{
border-color: #863B01;
}
.TagClassName
{
border-color: #863B01;
}
</style>