Shades of Saddle Brown #885309
Tints of Saddle Brown #885309
RGB
CMYK
RGB Variations
Color information
#885309 (or 0x885309) is known color: Saddle Brown. HEX triplet: 88, 53 and 09. RGB value is (136,83,9). Sum of RGB (Red+Green+Blue) = 136+83+9=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #885309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885309 is #77ACF6. Grayscale: #5A5A5A. Windows color (decimal): -7843063 or 611208. OLE color: 611208.
HSL color Cylindrical-coordinate representation of color #885309: hue angle of 34.96º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #885309 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 9 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.47 |
| HSL | 34.96º | 0.88% | 0.28% | - |
| HSV(B) | 34.96º | 0.93% | 0.53% | - |
| XYZ | 13.3 | 11.44 | 1.77 | - |
| YUV | 90.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 9 | 0 | 0.39 | 0.93 | 0.47 | 34.96 | 0.88 | 0.28 |
| Hex | 88 | 53 | 9 | 0 | 27 | 5D | 2F | 23 | 58 | 1C |
| Octal | 210 | 123 | 11 | 0 | 47 | 135 | 57 | 43 | 130 | 34 |
| Binary | 10001000 | 1010011 | 1001 | 0 | 100111 | 1011101 | 101111 | 100011 | 1011000 | 11100 |
Color Harmonies of #885309
Complementary color
Monochromatic Colors of #885309
Black with #885309
Text Example
Text Example
White with #885309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885309; }
p { color: rgb(136,83,9); }
H1.HeaderClassName
{
color: #885309;
}
.AnyTagClassName
{
color: #885309;
}
</style>
background-color css
<style>
a { background-color: #885309; }
a { background-color: rgb(136,83,9); }
div.DivClassName
{
background-color: #885309;
}
.BgClassName
{
background-color: #885309;
}
</style>
border-color css
<style>
span { border-color: #885309; }
span { border-color: rgb(136,83,9); }
td.TdClassName
{
border-color: #885309;
}
.TagClassName
{
border-color: #885309;
}
</style>