Shades of Saddle Brown #885203
Tints of Saddle Brown #885203
RGB
CMYK
RGB Variations
Color information
#885203 (or 0x885203) is known color: Saddle Brown. HEX triplet: 88, 52 and 03. RGB value is (136,82,3). Sum of RGB (Red+Green+Blue) = 136+82+3=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #885203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885203 is #77ADFC. Grayscale: #595959. Windows color (decimal): -7843325 or 217736. OLE color: 217736.
HSL color Cylindrical-coordinate representation of color #885203: hue angle of 35.64º 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 #885203 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.47 |
| HSL | 35.64º | 0.96% | 0.27% | - |
| HSV(B) | 35.64º | 0.98% | 0.53% | - |
| XYZ | 13.19 | 11.28 | 1.57 | - |
| YUV | 89.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 3 | 0 | 0.40 | 0.98 | 0.47 | 35.64 | 0.96 | 0.27 |
| Hex | 88 | 52 | 3 | 0 | 28 | 62 | 2F | 24 | 60 | 1B |
| Octal | 210 | 122 | 3 | 0 | 50 | 142 | 57 | 44 | 140 | 33 |
| Binary | 10001000 | 1010010 | 11 | 0 | 101000 | 1100010 | 101111 | 100100 | 1100000 | 11011 |
Color Harmonies of #885203
Complementary color
Monochromatic Colors of #885203
Black with #885203
Text Example
Text Example
White with #885203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885203; }
p { color: rgb(136,82,3); }
H1.HeaderClassName
{
color: #885203;
}
.AnyTagClassName
{
color: #885203;
}
</style>
background-color css
<style>
a { background-color: #885203; }
a { background-color: rgb(136,82,3); }
div.DivClassName
{
background-color: #885203;
}
.BgClassName
{
background-color: #885203;
}
</style>
border-color css
<style>
span { border-color: #885203; }
span { border-color: rgb(136,82,3); }
td.TdClassName
{
border-color: #885203;
}
.TagClassName
{
border-color: #885203;
}
</style>