Shades of Saddle Brown #854914
Tints of Saddle Brown #854914
RGB
CMYK
RGB Variations
Color information
#854914 (or 0x854914) is known color: Saddle Brown. HEX triplet: 85, 49 and 14. RGB value is (133,73,20). Sum of RGB (Red+Green+Blue) = 133+73+20=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #854914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854914 is #7AB6EB. Grayscale: #555555. Windows color (decimal): -8042220 or 1329541. OLE color: 1329541.
HSL color Cylindrical-coordinate representation of color #854914: hue angle of 28.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #854914 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 20 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.48 |
| HSL | 28.14º | 0.74% | 0.3% | - |
| HSV(B) | 28.14º | 0.85% | 0.52% | - |
| XYZ | 12.18 | 9.8 | 1.91 | - |
| YUV | 84.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 20 | 0 | 0.45 | 0.85 | 0.48 | 28.14 | 0.74 | 0.3 |
| Hex | 85 | 49 | 14 | 0 | 2D | 55 | 30 | 1C | 4A | 1E |
| Octal | 205 | 111 | 24 | 0 | 55 | 125 | 60 | 34 | 112 | 36 |
| Binary | 10000101 | 1001001 | 10100 | 0 | 101101 | 1010101 | 110000 | 11100 | 1001010 | 11110 |
Color Harmonies of #854914
Complementary color
Monochromatic Colors of #854914
Black with #854914
Text Example
Text Example
White with #854914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854914; }
p { color: rgb(133,73,20); }
H1.HeaderClassName
{
color: #854914;
}
.AnyTagClassName
{
color: #854914;
}
</style>
background-color css
<style>
a { background-color: #854914; }
a { background-color: rgb(133,73,20); }
div.DivClassName
{
background-color: #854914;
}
.BgClassName
{
background-color: #854914;
}
</style>
border-color css
<style>
span { border-color: #854914; }
span { border-color: rgb(133,73,20); }
td.TdClassName
{
border-color: #854914;
}
.TagClassName
{
border-color: #854914;
}
</style>