Shades of Saddle Brown #844512
Tints of Saddle Brown #844512
RGB
CMYK
RGB Variations
Color information
#844512 (or 0x844512) is known color: Saddle Brown. HEX triplet: 84, 45 and 12. RGB value is (132,69,18). Sum of RGB (Red+Green+Blue) = 132+69+18=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #844512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844512 is #7BBAED. Grayscale: #525252. Windows color (decimal): -8108782 or 1197444. OLE color: 1197444.
HSL color Cylindrical-coordinate representation of color #844512: hue angle of 26.84º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #844512 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 18 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.48 |
| HSL | 26.84º | 0.76% | 0.29% | - |
| HSV(B) | 26.84º | 0.86% | 0.52% | - |
| XYZ | 11.75 | 9.21 | 1.73 | - |
| YUV | 82.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 18 | 0 | 0.48 | 0.86 | 0.48 | 26.84 | 0.76 | 0.29 |
| Hex | 84 | 45 | 12 | 0 | 30 | 56 | 30 | 1B | 4C | 1D |
| Octal | 204 | 105 | 22 | 0 | 60 | 126 | 60 | 33 | 114 | 35 |
| Binary | 10000100 | 1000101 | 10010 | 0 | 110000 | 1010110 | 110000 | 11011 | 1001100 | 11101 |
Color Harmonies of #844512
Complementary color
Monochromatic Colors of #844512
Black with #844512
Text Example
Text Example
White with #844512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844512; }
p { color: rgb(132,69,18); }
H1.HeaderClassName
{
color: #844512;
}
.AnyTagClassName
{
color: #844512;
}
</style>
background-color css
<style>
a { background-color: #844512; }
a { background-color: rgb(132,69,18); }
div.DivClassName
{
background-color: #844512;
}
.BgClassName
{
background-color: #844512;
}
</style>
border-color css
<style>
span { border-color: #844512; }
span { border-color: rgb(132,69,18); }
td.TdClassName
{
border-color: #844512;
}
.TagClassName
{
border-color: #844512;
}
</style>