Shades of Saddle Brown #883F06
Tints of Saddle Brown #883F06
RGB
CMYK
RGB Variations
Color information
#883F06 (or 0x883F06) is known color: Saddle Brown. HEX triplet: 88, 3F and 06. RGB value is (136,63,6). Sum of RGB (Red+Green+Blue) = 136+63+6=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #883F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F06 is #77C0F9. Grayscale: #4E4E4E. Windows color (decimal): -7848186 or 409480. OLE color: 409480.
HSL color Cylindrical-coordinate representation of color #883F06: hue angle of 26.31º 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 #883F06 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 6 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.47 |
| HSL | 26.31º | 0.92% | 0.28% | - |
| HSV(B) | 26.31º | 0.96% | 0.53% | - |
| XYZ | 11.96 | 8.8 | 1.24 | - |
| YUV | 78.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 6 | 0 | 0.54 | 0.96 | 0.47 | 26.31 | 0.92 | 0.28 |
| Hex | 88 | 3F | 6 | 0 | 36 | 60 | 2F | 1A | 5C | 1C |
| Octal | 210 | 77 | 6 | 0 | 66 | 140 | 57 | 32 | 134 | 34 |
| Binary | 10001000 | 111111 | 110 | 0 | 110110 | 1100000 | 101111 | 11010 | 1011100 | 11100 |
Color Harmonies of #883F06
Complementary color
Monochromatic Colors of #883F06
Black with #883F06
Text Example
Text Example
White with #883F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F06; }
p { color: rgb(136,63,6); }
H1.HeaderClassName
{
color: #883F06;
}
.AnyTagClassName
{
color: #883F06;
}
</style>
background-color css
<style>
a { background-color: #883F06; }
a { background-color: rgb(136,63,6); }
div.DivClassName
{
background-color: #883F06;
}
.BgClassName
{
background-color: #883F06;
}
</style>
border-color css
<style>
span { border-color: #883F06; }
span { border-color: rgb(136,63,6); }
td.TdClassName
{
border-color: #883F06;
}
.TagClassName
{
border-color: #883F06;
}
</style>