Shades of Saddle Brown #883502
Tints of Saddle Brown #883502
RGB
CMYK
RGB Variations
Color information
#883502 (or 0x883502) is known color: Saddle Brown. HEX triplet: 88, 35 and 02. RGB value is (136,53,2). Sum of RGB (Red+Green+Blue) = 136+53+2=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #883502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883502 is #77CAFD. Grayscale: #484848. Windows color (decimal): -7850750 or 144776. OLE color: 144776.
HSL color Cylindrical-coordinate representation of color #883502: hue angle of 22.84º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #883502 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.47 |
| HSL | 22.84º | 0.97% | 0.27% | - |
| HSV(B) | 22.84º | 0.99% | 0.53% | - |
| XYZ | 11.44 | 7.78 | 0.96 | - |
| YUV | 72 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 2 | 0 | 0.61 | 0.99 | 0.47 | 22.84 | 0.97 | 0.27 |
| Hex | 88 | 35 | 2 | 0 | 3D | 63 | 2F | 17 | 61 | 1B |
| Octal | 210 | 65 | 2 | 0 | 75 | 143 | 57 | 27 | 141 | 33 |
| Binary | 10001000 | 110101 | 10 | 0 | 111101 | 1100011 | 101111 | 10111 | 1100001 | 11011 |
Color Harmonies of #883502
Complementary color
Monochromatic Colors of #883502
Black with #883502
Text Example
Text Example
White with #883502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883502; }
p { color: rgb(136,53,2); }
H1.HeaderClassName
{
color: #883502;
}
.AnyTagClassName
{
color: #883502;
}
</style>
background-color css
<style>
a { background-color: #883502; }
a { background-color: rgb(136,53,2); }
div.DivClassName
{
background-color: #883502;
}
.BgClassName
{
background-color: #883502;
}
</style>
border-color css
<style>
span { border-color: #883502; }
span { border-color: rgb(136,53,2); }
td.TdClassName
{
border-color: #883502;
}
.TagClassName
{
border-color: #883502;
}
</style>