Shades of Saddle Brown #885118
Tints of Saddle Brown #885118
RGB
CMYK
RGB Variations
Color information
#885118 (or 0x885118) is known color: Saddle Brown. HEX triplet: 88, 51 and 18. RGB value is (136,81,24). Sum of RGB (Red+Green+Blue) = 136+81+24=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #885118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885118 is #77AEE7. Grayscale: #5B5B5B. Windows color (decimal): -7843560 or 1593736. OLE color: 1593736.
HSL color Cylindrical-coordinate representation of color #885118: hue angle of 30.54º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #885118 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 24 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.47 |
| HSL | 30.54º | 0.7% | 0.31% | - |
| HSV(B) | 30.54º | 0.82% | 0.53% | - |
| XYZ | 13.26 | 11.19 | 2.32 | - |
| YUV | 90.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 24 | 0 | 0.40 | 0.82 | 0.47 | 30.54 | 0.7 | 0.31 |
| Hex | 88 | 51 | 18 | 0 | 28 | 52 | 2F | 1F | 46 | 1F |
| Octal | 210 | 121 | 30 | 0 | 50 | 122 | 57 | 37 | 106 | 37 |
| Binary | 10001000 | 1010001 | 11000 | 0 | 101000 | 1010010 | 101111 | 11111 | 1000110 | 11111 |
Color Harmonies of #885118
Complementary color
Monochromatic Colors of #885118
Black with #885118
Text Example
Text Example
White with #885118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885118; }
p { color: rgb(136,81,24); }
H1.HeaderClassName
{
color: #885118;
}
.AnyTagClassName
{
color: #885118;
}
</style>
background-color css
<style>
a { background-color: #885118; }
a { background-color: rgb(136,81,24); }
div.DivClassName
{
background-color: #885118;
}
.BgClassName
{
background-color: #885118;
}
</style>
border-color css
<style>
span { border-color: #885118; }
span { border-color: rgb(136,81,24); }
td.TdClassName
{
border-color: #885118;
}
.TagClassName
{
border-color: #885118;
}
</style>