Shades of Saddle Brown #863B08
Tints of Saddle Brown #863B08
RGB
CMYK
RGB Variations
Color information
#863B08 (or 0x863B08) is known color: Saddle Brown. HEX triplet: 86, 3B and 08. RGB value is (134,59,8). Sum of RGB (Red+Green+Blue) = 134+59+8=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #863B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863B08 is #79C4F7. Grayscale: #4B4B4B. Windows color (decimal): -7980280 or 539526. OLE color: 539526.
HSL color Cylindrical-coordinate representation of color #863B08: hue angle of 24.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #863B08 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 8 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.47 |
| HSL | 24.29º | 0.89% | 0.28% | - |
| HSV(B) | 24.29º | 0.94% | 0.53% | - |
| XYZ | 11.44 | 8.21 | 1.21 | - |
| YUV | 75.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 8 | 0 | 0.56 | 0.94 | 0.47 | 24.29 | 0.89 | 0.28 |
| Hex | 86 | 3B | 8 | 0 | 38 | 5E | 2F | 18 | 59 | 1C |
| Octal | 206 | 73 | 10 | 0 | 70 | 136 | 57 | 30 | 131 | 34 |
| Binary | 10000110 | 111011 | 1000 | 0 | 111000 | 1011110 | 101111 | 11000 | 1011001 | 11100 |
Color Harmonies of #863B08
Complementary color
Monochromatic Colors of #863B08
Black with #863B08
Text Example
Text Example
White with #863B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B08; }
p { color: rgb(134,59,8); }
H1.HeaderClassName
{
color: #863B08;
}
.AnyTagClassName
{
color: #863B08;
}
</style>
background-color css
<style>
a { background-color: #863B08; }
a { background-color: rgb(134,59,8); }
div.DivClassName
{
background-color: #863B08;
}
.BgClassName
{
background-color: #863B08;
}
</style>
border-color css
<style>
span { border-color: #863B08; }
span { border-color: rgb(134,59,8); }
td.TdClassName
{
border-color: #863B08;
}
.TagClassName
{
border-color: #863B08;
}
</style>