Shades of Saddle Brown #884C14
Tints of Saddle Brown #884C14
RGB
CMYK
RGB Variations
Color information
#884C14 (or 0x884C14) is known color: Saddle Brown. HEX triplet: 88, 4C and 14. RGB value is (136,76,20). Sum of RGB (Red+Green+Blue) = 136+76+20=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #884C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C14 is #77B3EB. Grayscale: #575757. Windows color (decimal): -7844844 or 1330312. OLE color: 1330312.
HSL color Cylindrical-coordinate representation of color #884C14: hue angle of 28.97º degrees, saturation: 0.74, 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 #884C14 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 20 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.47 |
| HSL | 28.97º | 0.74% | 0.31% | - |
| HSV(B) | 28.97º | 0.85% | 0.53% | - |
| XYZ | 12.86 | 10.45 | 2 | - |
| YUV | 87.56 | 89.88 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 20 | 0 | 0.44 | 0.85 | 0.47 | 28.97 | 0.74 | 0.31 |
| Hex | 88 | 4C | 14 | 0 | 2C | 55 | 2F | 1D | 4A | 1F |
| Octal | 210 | 114 | 24 | 0 | 54 | 125 | 57 | 35 | 112 | 37 |
| Binary | 10001000 | 1001100 | 10100 | 0 | 101100 | 1010101 | 101111 | 11101 | 1001010 | 11111 |
Color Harmonies of #884C14
Complementary color
Monochromatic Colors of #884C14
Black with #884C14
Text Example
Text Example
White with #884C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C14; }
p { color: rgb(136,76,20); }
H1.HeaderClassName
{
color: #884C14;
}
.AnyTagClassName
{
color: #884C14;
}
</style>
background-color css
<style>
a { background-color: #884C14; }
a { background-color: rgb(136,76,20); }
div.DivClassName
{
background-color: #884C14;
}
.BgClassName
{
background-color: #884C14;
}
</style>
border-color css
<style>
span { border-color: #884C14; }
span { border-color: rgb(136,76,20); }
td.TdClassName
{
border-color: #884C14;
}
.TagClassName
{
border-color: #884C14;
}
</style>