Shades of Saddle Brown #883F07
Tints of Saddle Brown #883F07
RGB
CMYK
RGB Variations
Color information
#883F07 (or 0x883F07) is known color: Saddle Brown. HEX triplet: 88, 3F and 07. RGB value is (136,63,7). Sum of RGB (Red+Green+Blue) = 136+63+7=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #883F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F07 is #77C0F8. Grayscale: #4E4E4E. Windows color (decimal): -7848185 or 475016. OLE color: 475016.
HSL color Cylindrical-coordinate representation of color #883F07: hue angle of 26.05º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #883F07 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 7 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.47 |
| HSL | 26.05º | 0.9% | 0.28% | - |
| HSV(B) | 26.05º | 0.95% | 0.53% | - |
| XYZ | 11.97 | 8.8 | 1.27 | - |
| YUV | 78.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 7 | 0 | 0.54 | 0.95 | 0.47 | 26.05 | 0.9 | 0.28 |
| Hex | 88 | 3F | 7 | 0 | 36 | 5F | 2F | 1A | 5A | 1C |
| Octal | 210 | 77 | 7 | 0 | 66 | 137 | 57 | 32 | 132 | 34 |
| Binary | 10001000 | 111111 | 111 | 0 | 110110 | 1011111 | 101111 | 11010 | 1011010 | 11100 |
Color Harmonies of #883F07
Complementary color
Monochromatic Colors of #883F07
Black with #883F07
Text Example
Text Example
White with #883F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F07; }
p { color: rgb(136,63,7); }
H1.HeaderClassName
{
color: #883F07;
}
.AnyTagClassName
{
color: #883F07;
}
</style>
background-color css
<style>
a { background-color: #883F07; }
a { background-color: rgb(136,63,7); }
div.DivClassName
{
background-color: #883F07;
}
.BgClassName
{
background-color: #883F07;
}
</style>
border-color css
<style>
span { border-color: #883F07; }
span { border-color: rgb(136,63,7); }
td.TdClassName
{
border-color: #883F07;
}
.TagClassName
{
border-color: #883F07;
}
</style>