Shades of Saddle Brown #883B11
Tints of Saddle Brown #883B11
RGB
CMYK
RGB Variations
Color information
#883B11 (or 0x883B11) is known color: Saddle Brown. HEX triplet: 88, 3B and 11. RGB value is (136,59,17). Sum of RGB (Red+Green+Blue) = 136+59+17=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #883B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883B11 is #77C4EE. Grayscale: #4D4D4D. Windows color (decimal): -7849199 or 1129352. OLE color: 1129352.
HSL color Cylindrical-coordinate representation of color #883B11: hue angle of 21.18º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #883B11 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 17 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.47 |
| HSL | 21.18º | 0.78% | 0.3% | - |
| HSV(B) | 21.18º | 0.88% | 0.53% | - |
| XYZ | 11.82 | 8.4 | 1.53 | - |
| YUV | 77.24 | 94.01 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 17 | 0 | 0.57 | 0.87 | 0.47 | 21.18 | 0.78 | 0.3 |
| Hex | 88 | 3B | 11 | 0 | 39 | 57 | 2F | 15 | 4E | 1E |
| Octal | 210 | 73 | 21 | 0 | 71 | 127 | 57 | 25 | 116 | 36 |
| Binary | 10001000 | 111011 | 10001 | 0 | 111001 | 1010111 | 101111 | 10101 | 1001110 | 11110 |
Color Harmonies of #883B11
Complementary color
Monochromatic Colors of #883B11
Black with #883B11
Text Example
Text Example
White with #883B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B11; }
p { color: rgb(136,59,17); }
H1.HeaderClassName
{
color: #883B11;
}
.AnyTagClassName
{
color: #883B11;
}
</style>
background-color css
<style>
a { background-color: #883B11; }
a { background-color: rgb(136,59,17); }
div.DivClassName
{
background-color: #883B11;
}
.BgClassName
{
background-color: #883B11;
}
</style>
border-color css
<style>
span { border-color: #883B11; }
span { border-color: rgb(136,59,17); }
td.TdClassName
{
border-color: #883B11;
}
.TagClassName
{
border-color: #883B11;
}
</style>