Shades of Saddle Brown #864009
Tints of Saddle Brown #864009
RGB
CMYK
RGB Variations
Color information
#864009 (or 0x864009) is known color: Saddle Brown. HEX triplet: 86, 40 and 09. RGB value is (134,64,9). Sum of RGB (Red+Green+Blue) = 134+64+9=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #864009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864009 is #79BFF6. Grayscale: #4E4E4E. Windows color (decimal): -7978999 or 606342. OLE color: 606342.
HSL color Cylindrical-coordinate representation of color #864009: hue angle of 26.4º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #864009 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 9 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.47 |
| HSL | 26.4º | 0.87% | 0.28% | - |
| HSV(B) | 26.4º | 0.93% | 0.53% | - |
| XYZ | 11.71 | 8.75 | 1.33 | - |
| YUV | 78.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 9 | 0 | 0.52 | 0.93 | 0.47 | 26.4 | 0.87 | 0.28 |
| Hex | 86 | 40 | 9 | 0 | 34 | 5D | 2F | 1A | 57 | 1C |
| Octal | 206 | 100 | 11 | 0 | 64 | 135 | 57 | 32 | 127 | 34 |
| Binary | 10000110 | 1000000 | 1001 | 0 | 110100 | 1011101 | 101111 | 11010 | 1010111 | 11100 |
Color Harmonies of #864009
Complementary color
Monochromatic Colors of #864009
Black with #864009
Text Example
Text Example
White with #864009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864009; }
p { color: rgb(134,64,9); }
H1.HeaderClassName
{
color: #864009;
}
.AnyTagClassName
{
color: #864009;
}
</style>
background-color css
<style>
a { background-color: #864009; }
a { background-color: rgb(134,64,9); }
div.DivClassName
{
background-color: #864009;
}
.BgClassName
{
background-color: #864009;
}
</style>
border-color css
<style>
span { border-color: #864009; }
span { border-color: rgb(134,64,9); }
td.TdClassName
{
border-color: #864009;
}
.TagClassName
{
border-color: #864009;
}
</style>