Shades of Saddle Brown #884D15
Tints of Saddle Brown #884D15
RGB
CMYK
RGB Variations
Color information
#884D15 (or 0x884D15) is known color: Saddle Brown. HEX triplet: 88, 4D and 15. RGB value is (136,77,21). Sum of RGB (Red+Green+Blue) = 136+77+21=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #884D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884D15 is #77B2EA. Grayscale: #585858. Windows color (decimal): -7844587 or 1396104. OLE color: 1396104.
HSL color Cylindrical-coordinate representation of color #884D15: hue angle of 29.22º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #884D15 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 21 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.47 |
| HSL | 29.22º | 0.73% | 0.31% | - |
| HSV(B) | 29.22º | 0.85% | 0.53% | - |
| XYZ | 12.94 | 10.6 | 2.07 | - |
| YUV | 88.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 21 | 0 | 0.43 | 0.85 | 0.47 | 29.22 | 0.73 | 0.31 |
| Hex | 88 | 4D | 15 | 0 | 2B | 55 | 2F | 1D | 49 | 1F |
| Octal | 210 | 115 | 25 | 0 | 53 | 125 | 57 | 35 | 111 | 37 |
| Binary | 10001000 | 1001101 | 10101 | 0 | 101011 | 1010101 | 101111 | 11101 | 1001001 | 11111 |
Color Harmonies of #884D15
Complementary color
Monochromatic Colors of #884D15
Black with #884D15
Text Example
Text Example
White with #884D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D15; }
p { color: rgb(136,77,21); }
H1.HeaderClassName
{
color: #884D15;
}
.AnyTagClassName
{
color: #884D15;
}
</style>
background-color css
<style>
a { background-color: #884D15; }
a { background-color: rgb(136,77,21); }
div.DivClassName
{
background-color: #884D15;
}
.BgClassName
{
background-color: #884D15;
}
</style>
border-color css
<style>
span { border-color: #884D15; }
span { border-color: rgb(136,77,21); }
td.TdClassName
{
border-color: #884D15;
}
.TagClassName
{
border-color: #884D15;
}
</style>