Shades of Saddle Brown #844C0D
Tints of Saddle Brown #844C0D
RGB
CMYK
RGB Variations
Color information
#844C0D (or 0x844C0D) is known color: Saddle Brown. HEX triplet: 84, 4C and 0D. RGB value is (132,76,13). Sum of RGB (Red+Green+Blue) = 132+76+13=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #844C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844C0D is #7BB3F2. Grayscale: #555555. Windows color (decimal): -8106995 or 871556. OLE color: 871556.
HSL color Cylindrical-coordinate representation of color #844C0D: hue angle of 31.76º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #844C0D is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 13 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.48 |
| HSL | 31.76º | 0.82% | 0.28% | - |
| HSV(B) | 31.76º | 0.9% | 0.52% | - |
| XYZ | 12.17 | 10.1 | 1.69 | - |
| YUV | 85.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 13 | 0 | 0.42 | 0.90 | 0.48 | 31.76 | 0.82 | 0.28 |
| Hex | 84 | 4C | D | 0 | 2A | 5A | 30 | 20 | 52 | 1C |
| Octal | 204 | 114 | 15 | 0 | 52 | 132 | 60 | 40 | 122 | 34 |
| Binary | 10000100 | 1001100 | 1101 | 0 | 101010 | 1011010 | 110000 | 100000 | 1010010 | 11100 |
Color Harmonies of #844C0D
Complementary color
Monochromatic Colors of #844C0D
Black with #844C0D
Text Example
Text Example
White with #844C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C0D; }
p { color: rgb(132,76,13); }
H1.HeaderClassName
{
color: #844C0D;
}
.AnyTagClassName
{
color: #844C0D;
}
</style>
background-color css
<style>
a { background-color: #844C0D; }
a { background-color: rgb(132,76,13); }
div.DivClassName
{
background-color: #844C0D;
}
.BgClassName
{
background-color: #844C0D;
}
</style>
border-color css
<style>
span { border-color: #844C0D; }
span { border-color: rgb(132,76,13); }
td.TdClassName
{
border-color: #844C0D;
}
.TagClassName
{
border-color: #844C0D;
}
</style>