Shades of Saddle Brown #854514
Tints of Saddle Brown #854514
RGB
CMYK
RGB Variations
Color information
#854514 (or 0x854514) is known color: Saddle Brown. HEX triplet: 85, 45 and 14. RGB value is (133,69,20). Sum of RGB (Red+Green+Blue) = 133+69+20=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #854514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854514 is #7ABAEB. Grayscale: #525252. Windows color (decimal): -8043244 or 1328517. OLE color: 1328517.
HSL color Cylindrical-coordinate representation of color #854514: hue angle of 26.02º 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 #854514 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 20 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.48 |
| HSL | 26.02º | 0.74% | 0.3% | - |
| HSV(B) | 26.02º | 0.85% | 0.52% | - |
| XYZ | 11.93 | 9.29 | 1.83 | - |
| YUV | 82.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 20 | 0 | 0.48 | 0.85 | 0.48 | 26.02 | 0.74 | 0.3 |
| Hex | 85 | 45 | 14 | 0 | 30 | 55 | 30 | 1A | 4A | 1E |
| Octal | 205 | 105 | 24 | 0 | 60 | 125 | 60 | 32 | 112 | 36 |
| Binary | 10000101 | 1000101 | 10100 | 0 | 110000 | 1010101 | 110000 | 11010 | 1001010 | 11110 |
Color Harmonies of #854514
Complementary color
Monochromatic Colors of #854514
Black with #854514
Text Example
Text Example
White with #854514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854514; }
p { color: rgb(133,69,20); }
H1.HeaderClassName
{
color: #854514;
}
.AnyTagClassName
{
color: #854514;
}
</style>
background-color css
<style>
a { background-color: #854514; }
a { background-color: rgb(133,69,20); }
div.DivClassName
{
background-color: #854514;
}
.BgClassName
{
background-color: #854514;
}
</style>
border-color css
<style>
span { border-color: #854514; }
span { border-color: rgb(133,69,20); }
td.TdClassName
{
border-color: #854514;
}
.TagClassName
{
border-color: #854514;
}
</style>