Shades of Saddle Brown #883D16
Tints of Saddle Brown #883D16
RGB
CMYK
RGB Variations
Color information
#883D16 (or 0x883D16) is known color: Saddle Brown. HEX triplet: 88, 3D and 16. RGB value is (136,61,22). Sum of RGB (Red+Green+Blue) = 136+61+22=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #883D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D16 is #77C2E9. Grayscale: #4F4F4F. Windows color (decimal): -7848682 or 1457544. OLE color: 1457544.
HSL color Cylindrical-coordinate representation of color #883D16: hue angle of 20.53º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #883D16 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 22 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.47 |
| HSL | 20.53º | 0.72% | 0.31% | - |
| HSV(B) | 20.53º | 0.84% | 0.53% | - |
| XYZ | 11.97 | 8.63 | 1.79 | - |
| YUV | 78.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 22 | 0 | 0.55 | 0.84 | 0.47 | 20.53 | 0.72 | 0.31 |
| Hex | 88 | 3D | 16 | 0 | 37 | 54 | 2F | 15 | 48 | 1F |
| Octal | 210 | 75 | 26 | 0 | 67 | 124 | 57 | 25 | 110 | 37 |
| Binary | 10001000 | 111101 | 10110 | 0 | 110111 | 1010100 | 101111 | 10101 | 1001000 | 11111 |
Color Harmonies of #883D16
Complementary color
Monochromatic Colors of #883D16
Black with #883D16
Text Example
Text Example
White with #883D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D16; }
p { color: rgb(136,61,22); }
H1.HeaderClassName
{
color: #883D16;
}
.AnyTagClassName
{
color: #883D16;
}
</style>
background-color css
<style>
a { background-color: #883D16; }
a { background-color: rgb(136,61,22); }
div.DivClassName
{
background-color: #883D16;
}
.BgClassName
{
background-color: #883D16;
}
</style>
border-color css
<style>
span { border-color: #883D16; }
span { border-color: rgb(136,61,22); }
td.TdClassName
{
border-color: #883D16;
}
.TagClassName
{
border-color: #883D16;
}
</style>