Shades of Saddle Brown #883F0F
Tints of Saddle Brown #883F0F
RGB
CMYK
RGB Variations
Color information
#883F0F (or 0x883F0F) is known color: Saddle Brown. HEX triplet: 88, 3F and 0F. RGB value is (136,63,15). Sum of RGB (Red+Green+Blue) = 136+63+15=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #883F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F0F is #77C0F0. Grayscale: #4F4F4F. Windows color (decimal): -7848177 or 999304. OLE color: 999304.
HSL color Cylindrical-coordinate representation of color #883F0F: hue angle of 23.8º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #883F0F is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 15 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.47 |
| HSL | 23.8º | 0.8% | 0.3% | - |
| HSV(B) | 23.8º | 0.89% | 0.53% | - |
| XYZ | 12.02 | 8.82 | 1.52 | - |
| YUV | 79.36 | 91.68 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 15 | 0 | 0.54 | 0.89 | 0.47 | 23.8 | 0.8 | 0.3 |
| Hex | 88 | 3F | F | 0 | 36 | 59 | 2F | 18 | 50 | 1E |
| Octal | 210 | 77 | 17 | 0 | 66 | 131 | 57 | 30 | 120 | 36 |
| Binary | 10001000 | 111111 | 1111 | 0 | 110110 | 1011001 | 101111 | 11000 | 1010000 | 11110 |
Color Harmonies of #883F0F
Complementary color
Monochromatic Colors of #883F0F
Black with #883F0F
Text Example
Text Example
White with #883F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F0F; }
p { color: rgb(136,63,15); }
H1.HeaderClassName
{
color: #883F0F;
}
.AnyTagClassName
{
color: #883F0F;
}
</style>
background-color css
<style>
a { background-color: #883F0F; }
a { background-color: rgb(136,63,15); }
div.DivClassName
{
background-color: #883F0F;
}
.BgClassName
{
background-color: #883F0F;
}
</style>
border-color css
<style>
span { border-color: #883F0F; }
span { border-color: rgb(136,63,15); }
td.TdClassName
{
border-color: #883F0F;
}
.TagClassName
{
border-color: #883F0F;
}
</style>