Shades of Saddle Brown #883106
Tints of Saddle Brown #883106
RGB
CMYK
RGB Variations
Color information
#883106 (or 0x883106) is known color: Saddle Brown. HEX triplet: 88, 31 and 06. RGB value is (136,49,6). Sum of RGB (Red+Green+Blue) = 136+49+6=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #883106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883106 is #77CEF9. Grayscale: #464646. Windows color (decimal): -7851770 or 405896. OLE color: 405896.
HSL color Cylindrical-coordinate representation of color #883106: hue angle of 19.85º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #883106 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 6 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.47 |
| HSL | 19.85º | 0.92% | 0.28% | - |
| HSV(B) | 19.85º | 0.96% | 0.53% | - |
| XYZ | 11.28 | 7.44 | 1.01 | - |
| YUV | 70.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 6 | 0 | 0.64 | 0.96 | 0.47 | 19.85 | 0.92 | 0.28 |
| Hex | 88 | 31 | 6 | 0 | 40 | 60 | 2F | 14 | 5C | 1C |
| Octal | 210 | 61 | 6 | 0 | 100 | 140 | 57 | 24 | 134 | 34 |
| Binary | 10001000 | 110001 | 110 | 0 | 1000000 | 1100000 | 101111 | 10100 | 1011100 | 11100 |
Color Harmonies of #883106
Complementary color
Monochromatic Colors of #883106
Black with #883106
Text Example
Text Example
White with #883106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883106; }
p { color: rgb(136,49,6); }
H1.HeaderClassName
{
color: #883106;
}
.AnyTagClassName
{
color: #883106;
}
</style>
background-color css
<style>
a { background-color: #883106; }
a { background-color: rgb(136,49,6); }
div.DivClassName
{
background-color: #883106;
}
.BgClassName
{
background-color: #883106;
}
</style>
border-color css
<style>
span { border-color: #883106; }
span { border-color: rgb(136,49,6); }
td.TdClassName
{
border-color: #883106;
}
.TagClassName
{
border-color: #883106;
}
</style>