Shades of Saddle Brown #844709
Tints of Saddle Brown #844709
RGB
CMYK
RGB Variations
Color information
#844709 (or 0x844709) is known color: Saddle Brown. HEX triplet: 84, 47 and 09. RGB value is (132,71,9). Sum of RGB (Red+Green+Blue) = 132+71+9=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #844709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844709 is #7BB8F6. Grayscale: #525252. Windows color (decimal): -8108279 or 608132. OLE color: 608132.
HSL color Cylindrical-coordinate representation of color #844709: hue angle of 30.24º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #844709 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 9 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.48 |
| HSL | 30.24º | 0.87% | 0.28% | - |
| HSV(B) | 30.24º | 0.93% | 0.52% | - |
| XYZ | 11.82 | 9.43 | 1.46 | - |
| YUV | 82.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 9 | 0 | 0.46 | 0.93 | 0.48 | 30.24 | 0.87 | 0.28 |
| Hex | 84 | 47 | 9 | 0 | 2E | 5D | 30 | 1E | 57 | 1C |
| Octal | 204 | 107 | 11 | 0 | 56 | 135 | 60 | 36 | 127 | 34 |
| Binary | 10000100 | 1000111 | 1001 | 0 | 101110 | 1011101 | 110000 | 11110 | 1010111 | 11100 |
Color Harmonies of #844709
Complementary color
Monochromatic Colors of #844709
Black with #844709
Text Example
Text Example
White with #844709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844709; }
p { color: rgb(132,71,9); }
H1.HeaderClassName
{
color: #844709;
}
.AnyTagClassName
{
color: #844709;
}
</style>
background-color css
<style>
a { background-color: #844709; }
a { background-color: rgb(132,71,9); }
div.DivClassName
{
background-color: #844709;
}
.BgClassName
{
background-color: #844709;
}
</style>
border-color css
<style>
span { border-color: #844709; }
span { border-color: rgb(132,71,9); }
td.TdClassName
{
border-color: #844709;
}
.TagClassName
{
border-color: #844709;
}
</style>