Shades of Saddle Brown #854D09
Tints of Saddle Brown #854D09
RGB
CMYK
RGB Variations
Color information
#854D09 (or 0x854D09) is known color: Saddle Brown. HEX triplet: 85, 4D and 09. RGB value is (133,77,9). Sum of RGB (Red+Green+Blue) = 133+77+9=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #854D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D09 is #7AB2F6. Grayscale: #565656. Windows color (decimal): -8041207 or 609669. OLE color: 609669.
HSL color Cylindrical-coordinate representation of color #854D09: hue angle of 32.9º 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 #854D09 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 9 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.48 |
| HSL | 32.9º | 0.87% | 0.28% | - |
| HSV(B) | 32.9º | 0.93% | 0.52% | - |
| XYZ | 12.38 | 10.31 | 1.6 | - |
| YUV | 85.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 9 | 0 | 0.42 | 0.93 | 0.48 | 32.9 | 0.87 | 0.28 |
| Hex | 85 | 4D | 9 | 0 | 2A | 5D | 30 | 21 | 57 | 1C |
| Octal | 205 | 115 | 11 | 0 | 52 | 135 | 60 | 41 | 127 | 34 |
| Binary | 10000101 | 1001101 | 1001 | 0 | 101010 | 1011101 | 110000 | 100001 | 1010111 | 11100 |
Color Harmonies of #854D09
Complementary color
Monochromatic Colors of #854D09
Black with #854D09
Text Example
Text Example
White with #854D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D09; }
p { color: rgb(133,77,9); }
H1.HeaderClassName
{
color: #854D09;
}
.AnyTagClassName
{
color: #854D09;
}
</style>
background-color css
<style>
a { background-color: #854D09; }
a { background-color: rgb(133,77,9); }
div.DivClassName
{
background-color: #854D09;
}
.BgClassName
{
background-color: #854D09;
}
</style>
border-color css
<style>
span { border-color: #854D09; }
span { border-color: rgb(133,77,9); }
td.TdClassName
{
border-color: #854D09;
}
.TagClassName
{
border-color: #854D09;
}
</style>