Shades of Saddle Brown #883602
Tints of Saddle Brown #883602
RGB
CMYK
RGB Variations
Color information
#883602 (or 0x883602) is known color: Saddle Brown. HEX triplet: 88, 36 and 02. RGB value is (136,54,2). Sum of RGB (Red+Green+Blue) = 136+54+2=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #883602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883602 is #77C9FD. Grayscale: #484848. Windows color (decimal): -7850494 or 145032. OLE color: 145032.
HSL color Cylindrical-coordinate representation of color #883602: hue angle of 23.28º 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 #883602 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.47 |
| HSL | 23.28º | 0.97% | 0.27% | - |
| HSV(B) | 23.28º | 0.99% | 0.53% | - |
| XYZ | 11.48 | 7.88 | 0.97 | - |
| YUV | 72.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 2 | 0 | 0.60 | 0.99 | 0.47 | 23.28 | 0.97 | 0.27 |
| Hex | 88 | 36 | 2 | 0 | 3C | 63 | 2F | 17 | 61 | 1B |
| Octal | 210 | 66 | 2 | 0 | 74 | 143 | 57 | 27 | 141 | 33 |
| Binary | 10001000 | 110110 | 10 | 0 | 111100 | 1100011 | 101111 | 10111 | 1100001 | 11011 |
Color Harmonies of #883602
Complementary color
Monochromatic Colors of #883602
Black with #883602
Text Example
Text Example
White with #883602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883602; }
p { color: rgb(136,54,2); }
H1.HeaderClassName
{
color: #883602;
}
.AnyTagClassName
{
color: #883602;
}
</style>
background-color css
<style>
a { background-color: #883602; }
a { background-color: rgb(136,54,2); }
div.DivClassName
{
background-color: #883602;
}
.BgClassName
{
background-color: #883602;
}
</style>
border-color css
<style>
span { border-color: #883602; }
span { border-color: rgb(136,54,2); }
td.TdClassName
{
border-color: #883602;
}
.TagClassName
{
border-color: #883602;
}
</style>