Shades of Saddle Brown #884015
Tints of Saddle Brown #884015
RGB
CMYK
RGB Variations
Color information
#884015 (or 0x884015) is known color: Saddle Brown. HEX triplet: 88, 40 and 15. RGB value is (136,64,21). Sum of RGB (Red+Green+Blue) = 136+64+21=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #884015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884015 is #77BFEA. Grayscale: #505050. Windows color (decimal): -7847915 or 1392776. OLE color: 1392776.
HSL color Cylindrical-coordinate representation of color #884015: hue angle of 22.43º 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 #884015 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 21 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.47 |
| HSL | 22.43º | 0.73% | 0.31% | - |
| HSV(B) | 22.43º | 0.85% | 0.53% | - |
| XYZ | 12.12 | 8.96 | 1.8 | - |
| YUV | 80.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 21 | 0 | 0.53 | 0.85 | 0.47 | 22.43 | 0.73 | 0.31 |
| Hex | 88 | 40 | 15 | 0 | 35 | 55 | 2F | 16 | 49 | 1F |
| Octal | 210 | 100 | 25 | 0 | 65 | 125 | 57 | 26 | 111 | 37 |
| Binary | 10001000 | 1000000 | 10101 | 0 | 110101 | 1010101 | 101111 | 10110 | 1001001 | 11111 |
Color Harmonies of #884015
Complementary color
Monochromatic Colors of #884015
Black with #884015
Text Example
Text Example
White with #884015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884015; }
p { color: rgb(136,64,21); }
H1.HeaderClassName
{
color: #884015;
}
.AnyTagClassName
{
color: #884015;
}
</style>
background-color css
<style>
a { background-color: #884015; }
a { background-color: rgb(136,64,21); }
div.DivClassName
{
background-color: #884015;
}
.BgClassName
{
background-color: #884015;
}
</style>
border-color css
<style>
span { border-color: #884015; }
span { border-color: rgb(136,64,21); }
td.TdClassName
{
border-color: #884015;
}
.TagClassName
{
border-color: #884015;
}
</style>