Shades of Saddle Brown #883E16
Tints of Saddle Brown #883E16
RGB
CMYK
RGB Variations
Color information
#883E16 (or 0x883E16) is known color: Saddle Brown. HEX triplet: 88, 3E and 16. RGB value is (136,62,22). Sum of RGB (Red+Green+Blue) = 136+62+22=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #883E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883E16 is #77C1E9. Grayscale: #4F4F4F. Windows color (decimal): -7848426 or 1457800. OLE color: 1457800.
HSL color Cylindrical-coordinate representation of color #883E16: hue angle of 21.05º 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 #883E16 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 22 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.47 |
| HSL | 21.05º | 0.72% | 0.31% | - |
| HSV(B) | 21.05º | 0.84% | 0.53% | - |
| XYZ | 12.02 | 8.74 | 1.81 | - |
| YUV | 79.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 22 | 0 | 0.54 | 0.84 | 0.47 | 21.05 | 0.72 | 0.31 |
| Hex | 88 | 3E | 16 | 0 | 36 | 54 | 2F | 15 | 48 | 1F |
| Octal | 210 | 76 | 26 | 0 | 66 | 124 | 57 | 25 | 110 | 37 |
| Binary | 10001000 | 111110 | 10110 | 0 | 110110 | 1010100 | 101111 | 10101 | 1001000 | 11111 |
Color Harmonies of #883E16
Complementary color
Monochromatic Colors of #883E16
Black with #883E16
Text Example
Text Example
White with #883E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E16; }
p { color: rgb(136,62,22); }
H1.HeaderClassName
{
color: #883E16;
}
.AnyTagClassName
{
color: #883E16;
}
</style>
background-color css
<style>
a { background-color: #883E16; }
a { background-color: rgb(136,62,22); }
div.DivClassName
{
background-color: #883E16;
}
.BgClassName
{
background-color: #883E16;
}
</style>
border-color css
<style>
span { border-color: #883E16; }
span { border-color: rgb(136,62,22); }
td.TdClassName
{
border-color: #883E16;
}
.TagClassName
{
border-color: #883E16;
}
</style>