Shades of Saddle Brown #844708
Tints of Saddle Brown #844708
RGB
CMYK
RGB Variations
Color information
#844708 (or 0x844708) is known color: Saddle Brown. HEX triplet: 84, 47 and 08. RGB value is (132,71,8). Sum of RGB (Red+Green+Blue) = 132+71+8=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #844708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844708 is #7BB8F7. Grayscale: #525252. Windows color (decimal): -8108280 or 542596. OLE color: 542596.
HSL color Cylindrical-coordinate representation of color #844708: hue angle of 30.48º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #844708 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 8 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.48 |
| HSL | 30.48º | 0.89% | 0.27% | - |
| HSV(B) | 30.48º | 0.94% | 0.52% | - |
| XYZ | 11.81 | 9.43 | 1.43 | - |
| YUV | 82.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 8 | 0 | 0.46 | 0.94 | 0.48 | 30.48 | 0.89 | 0.27 |
| Hex | 84 | 47 | 8 | 0 | 2E | 5E | 30 | 1E | 59 | 1B |
| Octal | 204 | 107 | 10 | 0 | 56 | 136 | 60 | 36 | 131 | 33 |
| Binary | 10000100 | 1000111 | 1000 | 0 | 101110 | 1011110 | 110000 | 11110 | 1011001 | 11011 |
Color Harmonies of #844708
Complementary color
Monochromatic Colors of #844708
Black with #844708
Text Example
Text Example
White with #844708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844708; }
p { color: rgb(132,71,8); }
H1.HeaderClassName
{
color: #844708;
}
.AnyTagClassName
{
color: #844708;
}
</style>
background-color css
<style>
a { background-color: #844708; }
a { background-color: rgb(132,71,8); }
div.DivClassName
{
background-color: #844708;
}
.BgClassName
{
background-color: #844708;
}
</style>
border-color css
<style>
span { border-color: #844708; }
span { border-color: rgb(132,71,8); }
td.TdClassName
{
border-color: #844708;
}
.TagClassName
{
border-color: #844708;
}
</style>