Shades of Saddle Brown #844813
Tints of Saddle Brown #844813
RGB
CMYK
RGB Variations
Color information
#844813 (or 0x844813) is known color: Saddle Brown. HEX triplet: 84, 48 and 13. RGB value is (132,72,19). Sum of RGB (Red+Green+Blue) = 132+72+19=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #844813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844813 is #7BB7EC. Grayscale: #545454. Windows color (decimal): -8108013 or 1263748. OLE color: 1263748.
HSL color Cylindrical-coordinate representation of color #844813: hue angle of 28.14º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #844813 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 19 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.48 |
| HSL | 28.14º | 0.75% | 0.3% | - |
| HSV(B) | 28.14º | 0.86% | 0.52% | - |
| XYZ | 11.95 | 9.59 | 1.84 | - |
| YUV | 83.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 19 | 0 | 0.45 | 0.86 | 0.48 | 28.14 | 0.75 | 0.3 |
| Hex | 84 | 48 | 13 | 0 | 2D | 56 | 30 | 1C | 4B | 1E |
| Octal | 204 | 110 | 23 | 0 | 55 | 126 | 60 | 34 | 113 | 36 |
| Binary | 10000100 | 1001000 | 10011 | 0 | 101101 | 1010110 | 110000 | 11100 | 1001011 | 11110 |
Color Harmonies of #844813
Complementary color
Monochromatic Colors of #844813
Black with #844813
Text Example
Text Example
White with #844813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844813; }
p { color: rgb(132,72,19); }
H1.HeaderClassName
{
color: #844813;
}
.AnyTagClassName
{
color: #844813;
}
</style>
background-color css
<style>
a { background-color: #844813; }
a { background-color: rgb(132,72,19); }
div.DivClassName
{
background-color: #844813;
}
.BgClassName
{
background-color: #844813;
}
</style>
border-color css
<style>
span { border-color: #844813; }
span { border-color: rgb(132,72,19); }
td.TdClassName
{
border-color: #844813;
}
.TagClassName
{
border-color: #844813;
}
</style>