Shades of Saddle Brown #844D07
Tints of Saddle Brown #844D07
RGB
CMYK
RGB Variations
Color information
#844D07 (or 0x844D07) is known color: Saddle Brown. HEX triplet: 84, 4D and 07. RGB value is (132,77,7). Sum of RGB (Red+Green+Blue) = 132+77+7=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #844D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D07 is #7BB2F8. Grayscale: #555555. Windows color (decimal): -8106745 or 478596. OLE color: 478596.
HSL color Cylindrical-coordinate representation of color #844D07: hue angle of 33.6º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #844D07 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 7 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.48 |
| HSL | 33.6º | 0.9% | 0.27% | - |
| HSV(B) | 33.6º | 0.95% | 0.52% | - |
| XYZ | 12.21 | 10.23 | 1.53 | - |
| YUV | 85.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 7 | 0 | 0.42 | 0.95 | 0.48 | 33.6 | 0.9 | 0.27 |
| Hex | 84 | 4D | 7 | 0 | 2A | 5F | 30 | 22 | 5A | 1B |
| Octal | 204 | 115 | 7 | 0 | 52 | 137 | 60 | 42 | 132 | 33 |
| Binary | 10000100 | 1001101 | 111 | 0 | 101010 | 1011111 | 110000 | 100010 | 1011010 | 11011 |
Color Harmonies of #844D07
Complementary color
Monochromatic Colors of #844D07
Black with #844D07
Text Example
Text Example
White with #844D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D07; }
p { color: rgb(132,77,7); }
H1.HeaderClassName
{
color: #844D07;
}
.AnyTagClassName
{
color: #844D07;
}
</style>
background-color css
<style>
a { background-color: #844D07; }
a { background-color: rgb(132,77,7); }
div.DivClassName
{
background-color: #844D07;
}
.BgClassName
{
background-color: #844D07;
}
</style>
border-color css
<style>
span { border-color: #844D07; }
span { border-color: rgb(132,77,7); }
td.TdClassName
{
border-color: #844D07;
}
.TagClassName
{
border-color: #844D07;
}
</style>