Shades of Saddle Brown #844A09
Tints of Saddle Brown #844A09
RGB
CMYK
RGB Variations
Color information
#844A09 (or 0x844A09) is known color: Saddle Brown. HEX triplet: 84, 4A and 09. RGB value is (132,74,9). Sum of RGB (Red+Green+Blue) = 132+74+9=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #844A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A09 is #7BB5F6. Grayscale: #545454. Windows color (decimal): -8107511 or 608900. OLE color: 608900.
HSL color Cylindrical-coordinate representation of color #844A09: hue angle of 31.71º 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 #844A09 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 9 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.48 |
| HSL | 31.71º | 0.87% | 0.28% | - |
| HSV(B) | 31.71º | 0.93% | 0.52% | - |
| XYZ | 12.01 | 9.82 | 1.52 | - |
| YUV | 83.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 9 | 0 | 0.44 | 0.93 | 0.48 | 31.71 | 0.87 | 0.28 |
| Hex | 84 | 4A | 9 | 0 | 2C | 5D | 30 | 20 | 57 | 1C |
| Octal | 204 | 112 | 11 | 0 | 54 | 135 | 60 | 40 | 127 | 34 |
| Binary | 10000100 | 1001010 | 1001 | 0 | 101100 | 1011101 | 110000 | 100000 | 1010111 | 11100 |
Color Harmonies of #844A09
Complementary color
Monochromatic Colors of #844A09
Black with #844A09
Text Example
Text Example
White with #844A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A09; }
p { color: rgb(132,74,9); }
H1.HeaderClassName
{
color: #844A09;
}
.AnyTagClassName
{
color: #844A09;
}
</style>
background-color css
<style>
a { background-color: #844A09; }
a { background-color: rgb(132,74,9); }
div.DivClassName
{
background-color: #844A09;
}
.BgClassName
{
background-color: #844A09;
}
</style>
border-color css
<style>
span { border-color: #844A09; }
span { border-color: rgb(132,74,9); }
td.TdClassName
{
border-color: #844A09;
}
.TagClassName
{
border-color: #844A09;
}
</style>