Shades of Saddle Brown #864117
Tints of Saddle Brown #864117
RGB
CMYK
RGB Variations
Color information
#864117 (or 0x864117) is known color: Saddle Brown. HEX triplet: 86, 41 and 17. RGB value is (134,65,23). Sum of RGB (Red+Green+Blue) = 134+65+23=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #864117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864117 is #79BEE8. Grayscale: #515151. Windows color (decimal): -7978729 or 1524102. OLE color: 1524102.
HSL color Cylindrical-coordinate representation of color #864117: hue angle of 22.7º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #864117 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 23 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.47 |
| HSL | 22.7º | 0.71% | 0.31% | - |
| HSV(B) | 22.7º | 0.83% | 0.53% | - |
| XYZ | 11.88 | 8.91 | 1.9 | - |
| YUV | 80.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 23 | 0 | 0.51 | 0.83 | 0.47 | 22.7 | 0.71 | 0.31 |
| Hex | 86 | 41 | 17 | 0 | 33 | 53 | 2F | 17 | 47 | 1F |
| Octal | 206 | 101 | 27 | 0 | 63 | 123 | 57 | 27 | 107 | 37 |
| Binary | 10000110 | 1000001 | 10111 | 0 | 110011 | 1010011 | 101111 | 10111 | 1000111 | 11111 |
Color Harmonies of #864117
Complementary color
Monochromatic Colors of #864117
Black with #864117
Text Example
Text Example
White with #864117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864117; }
p { color: rgb(134,65,23); }
H1.HeaderClassName
{
color: #864117;
}
.AnyTagClassName
{
color: #864117;
}
</style>
background-color css
<style>
a { background-color: #864117; }
a { background-color: rgb(134,65,23); }
div.DivClassName
{
background-color: #864117;
}
.BgClassName
{
background-color: #864117;
}
</style>
border-color css
<style>
span { border-color: #864117; }
span { border-color: rgb(134,65,23); }
td.TdClassName
{
border-color: #864117;
}
.TagClassName
{
border-color: #864117;
}
</style>