Shades of Saddle Brown #854009
Tints of Saddle Brown #854009
RGB
CMYK
RGB Variations
Color information
#854009 (or 0x854009) is known color: Saddle Brown. HEX triplet: 85, 40 and 09. RGB value is (133,64,9). Sum of RGB (Red+Green+Blue) = 133+64+9=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #854009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854009 is #7ABFF6. Grayscale: #4E4E4E. Windows color (decimal): -8044535 or 606341. OLE color: 606341.
HSL color Cylindrical-coordinate representation of color #854009: hue angle of 26.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #854009 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 9 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.48 |
| HSL | 26.61º | 0.87% | 0.28% | - |
| HSV(B) | 26.61º | 0.93% | 0.52% | - |
| XYZ | 11.56 | 8.67 | 1.32 | - |
| YUV | 78.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 9 | 0 | 0.52 | 0.93 | 0.48 | 26.61 | 0.87 | 0.28 |
| Hex | 85 | 40 | 9 | 0 | 34 | 5D | 30 | 1B | 57 | 1C |
| Octal | 205 | 100 | 11 | 0 | 64 | 135 | 60 | 33 | 127 | 34 |
| Binary | 10000101 | 1000000 | 1001 | 0 | 110100 | 1011101 | 110000 | 11011 | 1010111 | 11100 |
Color Harmonies of #854009
Complementary color
Monochromatic Colors of #854009
Black with #854009
Text Example
Text Example
White with #854009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854009; }
p { color: rgb(133,64,9); }
H1.HeaderClassName
{
color: #854009;
}
.AnyTagClassName
{
color: #854009;
}
</style>
background-color css
<style>
a { background-color: #854009; }
a { background-color: rgb(133,64,9); }
div.DivClassName
{
background-color: #854009;
}
.BgClassName
{
background-color: #854009;
}
</style>
border-color css
<style>
span { border-color: #854009; }
span { border-color: rgb(133,64,9); }
td.TdClassName
{
border-color: #854009;
}
.TagClassName
{
border-color: #854009;
}
</style>