Shades of Saddle Brown #885308
Tints of Saddle Brown #885308
RGB
CMYK
RGB Variations
Color information
#885308 (or 0x885308) is known color: Saddle Brown. HEX triplet: 88, 53 and 08. RGB value is (136,83,8). Sum of RGB (Red+Green+Blue) = 136+83+8=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #885308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885308 is #77ACF7. Grayscale: #5A5A5A. Windows color (decimal): -7843064 or 545672. OLE color: 545672.
HSL color Cylindrical-coordinate representation of color #885308: hue angle of 35.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #885308 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 8 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.47 |
| HSL | 35.16º | 0.89% | 0.28% | - |
| HSV(B) | 35.16º | 0.94% | 0.53% | - |
| XYZ | 13.29 | 11.44 | 1.74 | - |
| YUV | 90.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 8 | 0 | 0.39 | 0.94 | 0.47 | 35.16 | 0.89 | 0.28 |
| Hex | 88 | 53 | 8 | 0 | 27 | 5E | 2F | 23 | 59 | 1C |
| Octal | 210 | 123 | 10 | 0 | 47 | 136 | 57 | 43 | 131 | 34 |
| Binary | 10001000 | 1010011 | 1000 | 0 | 100111 | 1011110 | 101111 | 100011 | 1011001 | 11100 |
Color Harmonies of #885308
Complementary color
Monochromatic Colors of #885308
Black with #885308
Text Example
Text Example
White with #885308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885308; }
p { color: rgb(136,83,8); }
H1.HeaderClassName
{
color: #885308;
}
.AnyTagClassName
{
color: #885308;
}
</style>
background-color css
<style>
a { background-color: #885308; }
a { background-color: rgb(136,83,8); }
div.DivClassName
{
background-color: #885308;
}
.BgClassName
{
background-color: #885308;
}
</style>
border-color css
<style>
span { border-color: #885308; }
span { border-color: rgb(136,83,8); }
td.TdClassName
{
border-color: #885308;
}
.TagClassName
{
border-color: #885308;
}
</style>