Shades of Saddle Brown #885102
Tints of Saddle Brown #885102
RGB
CMYK
RGB Variations
Color information
#885102 (or 0x885102) is known color: Saddle Brown. HEX triplet: 88, 51 and 02. RGB value is (136,81,2). Sum of RGB (Red+Green+Blue) = 136+81+2=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #885102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885102 is #77AEFD. Grayscale: #585858. Windows color (decimal): -7843582 or 151944. OLE color: 151944.
HSL color Cylindrical-coordinate representation of color #885102: hue angle of 35.37º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #885102 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.47 |
| HSL | 35.37º | 0.97% | 0.27% | - |
| HSV(B) | 35.37º | 0.99% | 0.53% | - |
| XYZ | 13.11 | 11.12 | 1.51 | - |
| YUV | 88.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 2 | 0 | 0.40 | 0.99 | 0.47 | 35.37 | 0.97 | 0.27 |
| Hex | 88 | 51 | 2 | 0 | 28 | 63 | 2F | 23 | 61 | 1B |
| Octal | 210 | 121 | 2 | 0 | 50 | 143 | 57 | 43 | 141 | 33 |
| Binary | 10001000 | 1010001 | 10 | 0 | 101000 | 1100011 | 101111 | 100011 | 1100001 | 11011 |
Color Harmonies of #885102
Complementary color
Monochromatic Colors of #885102
Black with #885102
Text Example
Text Example
White with #885102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885102; }
p { color: rgb(136,81,2); }
H1.HeaderClassName
{
color: #885102;
}
.AnyTagClassName
{
color: #885102;
}
</style>
background-color css
<style>
a { background-color: #885102; }
a { background-color: rgb(136,81,2); }
div.DivClassName
{
background-color: #885102;
}
.BgClassName
{
background-color: #885102;
}
</style>
border-color css
<style>
span { border-color: #885102; }
span { border-color: rgb(136,81,2); }
td.TdClassName
{
border-color: #885102;
}
.TagClassName
{
border-color: #885102;
}
</style>