Shades of Saddle Brown #844F0D
Tints of Saddle Brown #844F0D
RGB
CMYK
RGB Variations
Color information
#844F0D (or 0x844F0D) is known color: Saddle Brown. HEX triplet: 84, 4F and 0D. RGB value is (132,79,13). Sum of RGB (Red+Green+Blue) = 132+79+13=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #844F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844F0D is #7BB0F2. Grayscale: #575757. Windows color (decimal): -8106227 or 872324. OLE color: 872324.
HSL color Cylindrical-coordinate representation of color #844F0D: hue angle of 33.28º 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 #844F0D is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 13 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.48 |
| HSL | 33.28º | 0.82% | 0.28% | - |
| HSV(B) | 33.28º | 0.9% | 0.52% | - |
| XYZ | 12.38 | 10.53 | 1.76 | - |
| YUV | 87.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 13 | 0 | 0.40 | 0.90 | 0.48 | 33.28 | 0.82 | 0.28 |
| Hex | 84 | 4F | D | 0 | 28 | 5A | 30 | 21 | 52 | 1C |
| Octal | 204 | 117 | 15 | 0 | 50 | 132 | 60 | 41 | 122 | 34 |
| Binary | 10000100 | 1001111 | 1101 | 0 | 101000 | 1011010 | 110000 | 100001 | 1010010 | 11100 |
Color Harmonies of #844F0D
Complementary color
Monochromatic Colors of #844F0D
Black with #844F0D
Text Example
Text Example
White with #844F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F0D; }
p { color: rgb(132,79,13); }
H1.HeaderClassName
{
color: #844F0D;
}
.AnyTagClassName
{
color: #844F0D;
}
</style>
background-color css
<style>
a { background-color: #844F0D; }
a { background-color: rgb(132,79,13); }
div.DivClassName
{
background-color: #844F0D;
}
.BgClassName
{
background-color: #844F0D;
}
</style>
border-color css
<style>
span { border-color: #844F0D; }
span { border-color: rgb(132,79,13); }
td.TdClassName
{
border-color: #844F0D;
}
.TagClassName
{
border-color: #844F0D;
}
</style>