Shades of Saddle Brown #883E10
Tints of Saddle Brown #883E10
RGB
CMYK
RGB Variations
Color information
#883E10 (or 0x883E10) is known color: Saddle Brown. HEX triplet: 88, 3E and 10. RGB value is (136,62,16). Sum of RGB (Red+Green+Blue) = 136+62+16=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #883E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883E10 is #77C1EF. Grayscale: #4F4F4F. Windows color (decimal): -7848432 or 1064584. OLE color: 1064584.
HSL color Cylindrical-coordinate representation of color #883E10: hue angle of 23º degrees, saturation: 0.79, 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 #883E10 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 16 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.47 |
| HSL | 23º | 0.79% | 0.3% | - |
| HSV(B) | 23º | 0.88% | 0.53% | - |
| XYZ | 11.97 | 8.72 | 1.54 | - |
| YUV | 78.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 16 | 0 | 0.54 | 0.88 | 0.47 | 23 | 0.79 | 0.3 |
| Hex | 88 | 3E | 10 | 0 | 36 | 58 | 2F | 17 | 4F | 1E |
| Octal | 210 | 76 | 20 | 0 | 66 | 130 | 57 | 27 | 117 | 36 |
| Binary | 10001000 | 111110 | 10000 | 0 | 110110 | 1011000 | 101111 | 10111 | 1001111 | 11110 |
Color Harmonies of #883E10
Complementary color
Monochromatic Colors of #883E10
Black with #883E10
Text Example
Text Example
White with #883E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E10; }
p { color: rgb(136,62,16); }
H1.HeaderClassName
{
color: #883E10;
}
.AnyTagClassName
{
color: #883E10;
}
</style>
background-color css
<style>
a { background-color: #883E10; }
a { background-color: rgb(136,62,16); }
div.DivClassName
{
background-color: #883E10;
}
.BgClassName
{
background-color: #883E10;
}
</style>
border-color css
<style>
span { border-color: #883E10; }
span { border-color: rgb(136,62,16); }
td.TdClassName
{
border-color: #883E10;
}
.TagClassName
{
border-color: #883E10;
}
</style>