Shades of Saddle Brown #883306
Tints of Saddle Brown #883306
RGB
CMYK
RGB Variations
Color information
#883306 (or 0x883306) is known color: Saddle Brown. HEX triplet: 88, 33 and 06. RGB value is (136,51,6). Sum of RGB (Red+Green+Blue) = 136+51+6=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #883306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883306 is #77CCF9. Grayscale: #474747. Windows color (decimal): -7851258 or 406408. OLE color: 406408.
HSL color Cylindrical-coordinate representation of color #883306: hue angle of 20.77º 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 #883306 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 6 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.47 |
| HSL | 20.77º | 0.92% | 0.28% | - |
| HSV(B) | 20.77º | 0.96% | 0.53% | - |
| XYZ | 11.37 | 7.62 | 1.04 | - |
| YUV | 71.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 6 | 0 | 0.62 | 0.96 | 0.47 | 20.77 | 0.92 | 0.28 |
| Hex | 88 | 33 | 6 | 0 | 3E | 60 | 2F | 15 | 5C | 1C |
| Octal | 210 | 63 | 6 | 0 | 76 | 140 | 57 | 25 | 134 | 34 |
| Binary | 10001000 | 110011 | 110 | 0 | 111110 | 1100000 | 101111 | 10101 | 1011100 | 11100 |
Color Harmonies of #883306
Complementary color
Monochromatic Colors of #883306
Black with #883306
Text Example
Text Example
White with #883306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883306; }
p { color: rgb(136,51,6); }
H1.HeaderClassName
{
color: #883306;
}
.AnyTagClassName
{
color: #883306;
}
</style>
background-color css
<style>
a { background-color: #883306; }
a { background-color: rgb(136,51,6); }
div.DivClassName
{
background-color: #883306;
}
.BgClassName
{
background-color: #883306;
}
</style>
border-color css
<style>
span { border-color: #883306; }
span { border-color: rgb(136,51,6); }
td.TdClassName
{
border-color: #883306;
}
.TagClassName
{
border-color: #883306;
}
</style>