Shades of Saddle Brown #844413
Tints of Saddle Brown #844413
RGB
CMYK
RGB Variations
Color information
#844413 (or 0x844413) is known color: Saddle Brown. HEX triplet: 84, 44 and 13. RGB value is (132,68,19). Sum of RGB (Red+Green+Blue) = 132+68+19=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #844413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844413 is #7BBBEC. Grayscale: #515151. Windows color (decimal): -8109037 or 1262724. OLE color: 1262724.
HSL color Cylindrical-coordinate representation of color #844413: hue angle of 26.02º 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 #844413 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 19 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.48 |
| HSL | 26.02º | 0.75% | 0.3% | - |
| HSV(B) | 26.02º | 0.86% | 0.52% | - |
| XYZ | 11.7 | 9.09 | 1.75 | - |
| YUV | 81.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 19 | 0 | 0.48 | 0.86 | 0.48 | 26.02 | 0.75 | 0.3 |
| Hex | 84 | 44 | 13 | 0 | 30 | 56 | 30 | 1A | 4B | 1E |
| Octal | 204 | 104 | 23 | 0 | 60 | 126 | 60 | 32 | 113 | 36 |
| Binary | 10000100 | 1000100 | 10011 | 0 | 110000 | 1010110 | 110000 | 11010 | 1001011 | 11110 |
Color Harmonies of #844413
Complementary color
Monochromatic Colors of #844413
Black with #844413
Text Example
Text Example
White with #844413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844413; }
p { color: rgb(132,68,19); }
H1.HeaderClassName
{
color: #844413;
}
.AnyTagClassName
{
color: #844413;
}
</style>
background-color css
<style>
a { background-color: #844413; }
a { background-color: rgb(132,68,19); }
div.DivClassName
{
background-color: #844413;
}
.BgClassName
{
background-color: #844413;
}
</style>
border-color css
<style>
span { border-color: #844413; }
span { border-color: rgb(132,68,19); }
td.TdClassName
{
border-color: #844413;
}
.TagClassName
{
border-color: #844413;
}
</style>