Shades of Saddle Brown #883F0D
Tints of Saddle Brown #883F0D
RGB
CMYK
RGB Variations
Color information
#883F0D (or 0x883F0D) is known color: Saddle Brown. HEX triplet: 88, 3F and 0D. RGB value is (136,63,13). Sum of RGB (Red+Green+Blue) = 136+63+13=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #883F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F0D is #77C0F2. Grayscale: #4F4F4F. Windows color (decimal): -7848179 or 868232. OLE color: 868232.
HSL color Cylindrical-coordinate representation of color #883F0D: hue angle of 24.39º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #883F0D is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 13 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.47 |
| HSL | 24.39º | 0.83% | 0.29% | - |
| HSV(B) | 24.39º | 0.9% | 0.53% | - |
| XYZ | 12 | 8.82 | 1.45 | - |
| YUV | 79.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 13 | 0 | 0.54 | 0.90 | 0.47 | 24.39 | 0.83 | 0.29 |
| Hex | 88 | 3F | D | 0 | 36 | 5A | 2F | 18 | 53 | 1D |
| Octal | 210 | 77 | 15 | 0 | 66 | 132 | 57 | 30 | 123 | 35 |
| Binary | 10001000 | 111111 | 1101 | 0 | 110110 | 1011010 | 101111 | 11000 | 1010011 | 11101 |
Color Harmonies of #883F0D
Complementary color
Monochromatic Colors of #883F0D
Black with #883F0D
Text Example
Text Example
White with #883F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F0D; }
p { color: rgb(136,63,13); }
H1.HeaderClassName
{
color: #883F0D;
}
.AnyTagClassName
{
color: #883F0D;
}
</style>
background-color css
<style>
a { background-color: #883F0D; }
a { background-color: rgb(136,63,13); }
div.DivClassName
{
background-color: #883F0D;
}
.BgClassName
{
background-color: #883F0D;
}
</style>
border-color css
<style>
span { border-color: #883F0D; }
span { border-color: rgb(136,63,13); }
td.TdClassName
{
border-color: #883F0D;
}
.TagClassName
{
border-color: #883F0D;
}
</style>