Shades of Saddle Brown #862D09
Tints of Saddle Brown #862D09
RGB
CMYK
RGB Variations
Color information
#862D09 (or 0x862D09) is known color: Saddle Brown. HEX triplet: 86, 2D and 09. RGB value is (134,45,9). Sum of RGB (Red+Green+Blue) = 134+45+9=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #862D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D09 is #79D2F6. Grayscale: #434343. Windows color (decimal): -7983863 or 601478. OLE color: 601478.
HSL color Cylindrical-coordinate representation of color #862D09: hue angle of 17.28º 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 #862D09 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 9 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.47 |
| HSL | 17.28º | 0.87% | 0.28% | - |
| HSV(B) | 17.28º | 0.93% | 0.53% | - |
| XYZ | 10.82 | 6.96 | 1.03 | - |
| YUV | 67.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 9 | 0 | 0.66 | 0.93 | 0.47 | 17.28 | 0.87 | 0.28 |
| Hex | 86 | 2D | 9 | 0 | 42 | 5D | 2F | 11 | 57 | 1C |
| Octal | 206 | 55 | 11 | 0 | 102 | 135 | 57 | 21 | 127 | 34 |
| Binary | 10000110 | 101101 | 1001 | 0 | 1000010 | 1011101 | 101111 | 10001 | 1010111 | 11100 |
Color Harmonies of #862D09
Complementary color
Monochromatic Colors of #862D09
Black with #862D09
Text Example
Text Example
White with #862D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D09; }
p { color: rgb(134,45,9); }
H1.HeaderClassName
{
color: #862D09;
}
.AnyTagClassName
{
color: #862D09;
}
</style>
background-color css
<style>
a { background-color: #862D09; }
a { background-color: rgb(134,45,9); }
div.DivClassName
{
background-color: #862D09;
}
.BgClassName
{
background-color: #862D09;
}
</style>
border-color css
<style>
span { border-color: #862D09; }
span { border-color: rgb(134,45,9); }
td.TdClassName
{
border-color: #862D09;
}
.TagClassName
{
border-color: #862D09;
}
</style>