Shades of Saddle Brown #885303
Tints of Saddle Brown #885303
RGB
CMYK
RGB Variations
Color information
#885303 (or 0x885303) is known color: Saddle Brown. HEX triplet: 88, 53 and 03. RGB value is (136,83,3). Sum of RGB (Red+Green+Blue) = 136+83+3=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #885303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885303 is #77ACFC. Grayscale: #5A5A5A. Windows color (decimal): -7843069 or 217992. OLE color: 217992.
HSL color Cylindrical-coordinate representation of color #885303: hue angle of 36.09º 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 #885303 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.47 |
| HSL | 36.09º | 0.96% | 0.27% | - |
| HSV(B) | 36.09º | 0.98% | 0.53% | - |
| XYZ | 13.26 | 11.43 | 1.59 | - |
| YUV | 89.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 3 | 0 | 0.39 | 0.98 | 0.47 | 36.09 | 0.96 | 0.27 |
| Hex | 88 | 53 | 3 | 0 | 27 | 62 | 2F | 24 | 60 | 1B |
| Octal | 210 | 123 | 3 | 0 | 47 | 142 | 57 | 44 | 140 | 33 |
| Binary | 10001000 | 1010011 | 11 | 0 | 100111 | 1100010 | 101111 | 100100 | 1100000 | 11011 |
Color Harmonies of #885303
Complementary color
Monochromatic Colors of #885303
Black with #885303
Text Example
Text Example
White with #885303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885303; }
p { color: rgb(136,83,3); }
H1.HeaderClassName
{
color: #885303;
}
.AnyTagClassName
{
color: #885303;
}
</style>
background-color css
<style>
a { background-color: #885303; }
a { background-color: rgb(136,83,3); }
div.DivClassName
{
background-color: #885303;
}
.BgClassName
{
background-color: #885303;
}
</style>
border-color css
<style>
span { border-color: #885303; }
span { border-color: rgb(136,83,3); }
td.TdClassName
{
border-color: #885303;
}
.TagClassName
{
border-color: #885303;
}
</style>