Shades of Saddle Brown #884D0D
Tints of Saddle Brown #884D0D
RGB
CMYK
RGB Variations
Color information
#884D0D (or 0x884D0D) is known color: Saddle Brown. HEX triplet: 88, 4D and 0D. RGB value is (136,77,13). Sum of RGB (Red+Green+Blue) = 136+77+13=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #884D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884D0D is #77B2F2. Grayscale: #575757. Windows color (decimal): -7844595 or 871816. OLE color: 871816.
HSL color Cylindrical-coordinate representation of color #884D0D: hue angle of 31.22º 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 #884D0D is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 13 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.47 |
| HSL | 31.22º | 0.83% | 0.29% | - |
| HSV(B) | 31.22º | 0.9% | 0.53% | - |
| XYZ | 12.88 | 10.57 | 1.74 | - |
| YUV | 87.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 13 | 0 | 0.43 | 0.90 | 0.47 | 31.22 | 0.83 | 0.29 |
| Hex | 88 | 4D | D | 0 | 2B | 5A | 2F | 1F | 53 | 1D |
| Octal | 210 | 115 | 15 | 0 | 53 | 132 | 57 | 37 | 123 | 35 |
| Binary | 10001000 | 1001101 | 1101 | 0 | 101011 | 1011010 | 101111 | 11111 | 1010011 | 11101 |
Color Harmonies of #884D0D
Complementary color
Monochromatic Colors of #884D0D
Black with #884D0D
Text Example
Text Example
White with #884D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D0D; }
p { color: rgb(136,77,13); }
H1.HeaderClassName
{
color: #884D0D;
}
.AnyTagClassName
{
color: #884D0D;
}
</style>
background-color css
<style>
a { background-color: #884D0D; }
a { background-color: rgb(136,77,13); }
div.DivClassName
{
background-color: #884D0D;
}
.BgClassName
{
background-color: #884D0D;
}
</style>
border-color css
<style>
span { border-color: #884D0D; }
span { border-color: rgb(136,77,13); }
td.TdClassName
{
border-color: #884D0D;
}
.TagClassName
{
border-color: #884D0D;
}
</style>