Shades of Saddle Brown #863D00
Tints of Saddle Brown #863D00
RGB
CMYK
RGB Variations
Color information
#863D00 (or 0x863D00) is known color: Saddle Brown. HEX triplet: 86, 3D and 00. RGB value is (134,61,0). Sum of RGB (Red+Green+Blue) = 134+61+0=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #863D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863D00 is #79C2FF. Grayscale: #4C4C4C. Windows color (decimal): -7979776 or 15750. OLE color: 15750.
HSL color Cylindrical-coordinate representation of color #863D00: hue angle of 27.31º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #863D00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.47 |
| HSL | 27.31º | 1% | 0.26% | - |
| HSV(B) | 27.31º | 1% | 0.53% | - |
| XYZ | 11.5 | 8.41 | 1.02 | - |
| YUV | 75.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 0 | 0 | 0.54 | 1 | 0.47 | 27.31 | 1 | 0.26 |
| Hex | 86 | 3D | 0 | 0 | 36 | 64 | 2F | 1B | 64 | 1A |
| Octal | 206 | 75 | 0 | 0 | 66 | 144 | 57 | 33 | 144 | 32 |
| Binary | 10000110 | 111101 | 0 | 0 | 110110 | 1100100 | 101111 | 11011 | 1100100 | 11010 |
Color Harmonies of #863D00
Complementary color
Monochromatic Colors of #863D00
Black with #863D00
Text Example
Text Example
White with #863D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D00; }
p { color: rgb(134,61,0); }
H1.HeaderClassName
{
color: #863D00;
}
.AnyTagClassName
{
color: #863D00;
}
</style>
background-color css
<style>
a { background-color: #863D00; }
a { background-color: rgb(134,61,0); }
div.DivClassName
{
background-color: #863D00;
}
.BgClassName
{
background-color: #863D00;
}
</style>
border-color css
<style>
span { border-color: #863D00; }
span { border-color: rgb(134,61,0); }
td.TdClassName
{
border-color: #863D00;
}
.TagClassName
{
border-color: #863D00;
}
</style>