Shades of Saddle Brown #844705
Tints of Saddle Brown #844705
RGB
CMYK
RGB Variations
Color information
#844705 (or 0x844705) is known color: Saddle Brown. HEX triplet: 84, 47 and 05. RGB value is (132,71,5). Sum of RGB (Red+Green+Blue) = 132+71+5=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #844705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844705 is #7BB8FA. Grayscale: #525252. Windows color (decimal): -8108283 or 345988. OLE color: 345988.
HSL color Cylindrical-coordinate representation of color #844705: hue angle of 31.18º 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 #844705 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 5 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.48 |
| HSL | 31.18º | 0.93% | 0.27% | - |
| HSV(B) | 31.18º | 0.96% | 0.52% | - |
| XYZ | 11.8 | 9.42 | 1.34 | - |
| YUV | 81.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 5 | 0 | 0.46 | 0.96 | 0.48 | 31.18 | 0.93 | 0.27 |
| Hex | 84 | 47 | 5 | 0 | 2E | 60 | 30 | 1F | 5D | 1B |
| Octal | 204 | 107 | 5 | 0 | 56 | 140 | 60 | 37 | 135 | 33 |
| Binary | 10000100 | 1000111 | 101 | 0 | 101110 | 1100000 | 110000 | 11111 | 1011101 | 11011 |
Color Harmonies of #844705
Complementary color
Monochromatic Colors of #844705
Black with #844705
Text Example
Text Example
White with #844705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844705; }
p { color: rgb(132,71,5); }
H1.HeaderClassName
{
color: #844705;
}
.AnyTagClassName
{
color: #844705;
}
</style>
background-color css
<style>
a { background-color: #844705; }
a { background-color: rgb(132,71,5); }
div.DivClassName
{
background-color: #844705;
}
.BgClassName
{
background-color: #844705;
}
</style>
border-color css
<style>
span { border-color: #844705; }
span { border-color: rgb(132,71,5); }
td.TdClassName
{
border-color: #844705;
}
.TagClassName
{
border-color: #844705;
}
</style>