Shades of Saddle Brown #844D06
Tints of Saddle Brown #844D06
RGB
CMYK
RGB Variations
Color information
#844D06 (or 0x844D06) is known color: Saddle Brown. HEX triplet: 84, 4D and 06. RGB value is (132,77,6). Sum of RGB (Red+Green+Blue) = 132+77+6=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #844D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D06 is #7BB2F9. Grayscale: #555555. Windows color (decimal): -8106746 or 413060. OLE color: 413060.
HSL color Cylindrical-coordinate representation of color #844D06: hue angle of 33.81º degrees, saturation: 0.91, 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 #844D06 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 6 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.48 |
| HSL | 33.81º | 0.91% | 0.27% | - |
| HSV(B) | 33.81º | 0.95% | 0.52% | - |
| XYZ | 12.2 | 10.23 | 1.5 | - |
| YUV | 85.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 6 | 0 | 0.42 | 0.95 | 0.48 | 33.81 | 0.91 | 0.27 |
| Hex | 84 | 4D | 6 | 0 | 2A | 5F | 30 | 22 | 5B | 1B |
| Octal | 204 | 115 | 6 | 0 | 52 | 137 | 60 | 42 | 133 | 33 |
| Binary | 10000100 | 1001101 | 110 | 0 | 101010 | 1011111 | 110000 | 100010 | 1011011 | 11011 |
Color Harmonies of #844D06
Complementary color
Monochromatic Colors of #844D06
Black with #844D06
Text Example
Text Example
White with #844D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D06; }
p { color: rgb(132,77,6); }
H1.HeaderClassName
{
color: #844D06;
}
.AnyTagClassName
{
color: #844D06;
}
</style>
background-color css
<style>
a { background-color: #844D06; }
a { background-color: rgb(132,77,6); }
div.DivClassName
{
background-color: #844D06;
}
.BgClassName
{
background-color: #844D06;
}
</style>
border-color css
<style>
span { border-color: #844D06; }
span { border-color: rgb(132,77,6); }
td.TdClassName
{
border-color: #844D06;
}
.TagClassName
{
border-color: #844D06;
}
</style>