Shades of Saddle Brown #854505
Tints of Saddle Brown #854505
RGB
CMYK
RGB Variations
Color information
#854505 (or 0x854505) is known color: Saddle Brown. HEX triplet: 85, 45 and 05. RGB value is (133,69,5). Sum of RGB (Red+Green+Blue) = 133+69+5=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #854505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854505 is #7ABAFA. Grayscale: #515151. Windows color (decimal): -8043259 or 345477. OLE color: 345477.
HSL color Cylindrical-coordinate representation of color #854505: hue angle of 30º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #854505 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 5 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.48 |
| HSL | 30º | 0.93% | 0.27% | - |
| HSV(B) | 30º | 0.96% | 0.52% | - |
| XYZ | 11.83 | 9.25 | 1.31 | - |
| YUV | 80.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 5 | 0 | 0.48 | 0.96 | 0.48 | 30 | 0.93 | 0.27 |
| Hex | 85 | 45 | 5 | 0 | 30 | 60 | 30 | 1E | 5D | 1B |
| Octal | 205 | 105 | 5 | 0 | 60 | 140 | 60 | 36 | 135 | 33 |
| Binary | 10000101 | 1000101 | 101 | 0 | 110000 | 1100000 | 110000 | 11110 | 1011101 | 11011 |
Color Harmonies of #854505
Complementary color
Monochromatic Colors of #854505
Black with #854505
Text Example
Text Example
White with #854505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854505; }
p { color: rgb(133,69,5); }
H1.HeaderClassName
{
color: #854505;
}
.AnyTagClassName
{
color: #854505;
}
</style>
background-color css
<style>
a { background-color: #854505; }
a { background-color: rgb(133,69,5); }
div.DivClassName
{
background-color: #854505;
}
.BgClassName
{
background-color: #854505;
}
</style>
border-color css
<style>
span { border-color: #854505; }
span { border-color: rgb(133,69,5); }
td.TdClassName
{
border-color: #854505;
}
.TagClassName
{
border-color: #854505;
}
</style>