Shades of Saddle Brown #885103
Tints of Saddle Brown #885103
RGB
CMYK
RGB Variations
Color information
#885103 (or 0x885103) is known color: Saddle Brown. HEX triplet: 88, 51 and 03. RGB value is (136,81,3). Sum of RGB (Red+Green+Blue) = 136+81+3=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #885103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885103 is #77AEFC. Grayscale: #585858. Windows color (decimal): -7843581 or 217480. OLE color: 217480.
HSL color Cylindrical-coordinate representation of color #885103: hue angle of 35.19º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #885103 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.47 |
| HSL | 35.19º | 0.96% | 0.27% | - |
| HSV(B) | 35.19º | 0.98% | 0.53% | - |
| XYZ | 13.11 | 11.13 | 1.54 | - |
| YUV | 88.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 3 | 0 | 0.40 | 0.98 | 0.47 | 35.19 | 0.96 | 0.27 |
| Hex | 88 | 51 | 3 | 0 | 28 | 62 | 2F | 23 | 60 | 1B |
| Octal | 210 | 121 | 3 | 0 | 50 | 142 | 57 | 43 | 140 | 33 |
| Binary | 10001000 | 1010001 | 11 | 0 | 101000 | 1100010 | 101111 | 100011 | 1100000 | 11011 |
Color Harmonies of #885103
Complementary color
Monochromatic Colors of #885103
Black with #885103
Text Example
Text Example
White with #885103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885103; }
p { color: rgb(136,81,3); }
H1.HeaderClassName
{
color: #885103;
}
.AnyTagClassName
{
color: #885103;
}
</style>
background-color css
<style>
a { background-color: #885103; }
a { background-color: rgb(136,81,3); }
div.DivClassName
{
background-color: #885103;
}
.BgClassName
{
background-color: #885103;
}
</style>
border-color css
<style>
span { border-color: #885103; }
span { border-color: rgb(136,81,3); }
td.TdClassName
{
border-color: #885103;
}
.TagClassName
{
border-color: #885103;
}
</style>