Shades of Saddle Brown #865105
Tints of Saddle Brown #865105
RGB
CMYK
RGB Variations
Color information
#865105 (or 0x865105) is known color: Saddle Brown. HEX triplet: 86, 51 and 05. RGB value is (134,81,5). Sum of RGB (Red+Green+Blue) = 134+81+5=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #865105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865105 is #79AEFA. Grayscale: #585858. Windows color (decimal): -7974651 or 348550. OLE color: 348550.
HSL color Cylindrical-coordinate representation of color #865105: hue angle of 35.35º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #865105 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 5 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.47 |
| HSL | 35.35º | 0.93% | 0.27% | - |
| HSV(B) | 35.35º | 0.96% | 0.53% | - |
| XYZ | 12.8 | 10.96 | 1.59 | - |
| YUV | 88.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 5 | 0 | 0.40 | 0.96 | 0.47 | 35.35 | 0.93 | 0.27 |
| Hex | 86 | 51 | 5 | 0 | 28 | 60 | 2F | 23 | 5D | 1B |
| Octal | 206 | 121 | 5 | 0 | 50 | 140 | 57 | 43 | 135 | 33 |
| Binary | 10000110 | 1010001 | 101 | 0 | 101000 | 1100000 | 101111 | 100011 | 1011101 | 11011 |
Color Harmonies of #865105
Complementary color
Monochromatic Colors of #865105
Black with #865105
Text Example
Text Example
White with #865105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865105; }
p { color: rgb(134,81,5); }
H1.HeaderClassName
{
color: #865105;
}
.AnyTagClassName
{
color: #865105;
}
</style>
background-color css
<style>
a { background-color: #865105; }
a { background-color: rgb(134,81,5); }
div.DivClassName
{
background-color: #865105;
}
.BgClassName
{
background-color: #865105;
}
</style>
border-color css
<style>
span { border-color: #865105; }
span { border-color: rgb(134,81,5); }
td.TdClassName
{
border-color: #865105;
}
.TagClassName
{
border-color: #865105;
}
</style>