Shades of Saddle Brown #884512
Tints of Saddle Brown #884512
RGB
CMYK
RGB Variations
Color information
#884512 (or 0x884512) is known color: Saddle Brown. HEX triplet: 88, 45 and 12. RGB value is (136,69,18). Sum of RGB (Red+Green+Blue) = 136+69+18=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #884512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884512 is #77BAED. Grayscale: #535353. Windows color (decimal): -7846638 or 1197448. OLE color: 1197448.
HSL color Cylindrical-coordinate representation of color #884512: hue angle of 25.93º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #884512 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 69 | 18 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.47 |
| HSL | 25.93º | 0.77% | 0.3% | - |
| HSV(B) | 25.93º | 0.87% | 0.53% | - |
| XYZ | 12.39 | 9.53 | 1.76 | - |
| YUV | 83.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 18 | 0 | 0.49 | 0.87 | 0.47 | 25.93 | 0.77 | 0.3 |
| Hex | 88 | 45 | 12 | 0 | 31 | 57 | 2F | 1A | 4D | 1E |
| Octal | 210 | 105 | 22 | 0 | 61 | 127 | 57 | 32 | 115 | 36 |
| Binary | 10001000 | 1000101 | 10010 | 0 | 110001 | 1010111 | 101111 | 11010 | 1001101 | 11110 |
Color Harmonies of #884512
Complementary color
Monochromatic Colors of #884512
Black with #884512
Text Example
Text Example
White with #884512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884512; }
p { color: rgb(136,69,18); }
H1.HeaderClassName
{
color: #884512;
}
.AnyTagClassName
{
color: #884512;
}
</style>
background-color css
<style>
a { background-color: #884512; }
a { background-color: rgb(136,69,18); }
div.DivClassName
{
background-color: #884512;
}
.BgClassName
{
background-color: #884512;
}
</style>
border-color css
<style>
span { border-color: #884512; }
span { border-color: rgb(136,69,18); }
td.TdClassName
{
border-color: #884512;
}
.TagClassName
{
border-color: #884512;
}
</style>