Shades of Saddle Brown #884E0B
Tints of Saddle Brown #884E0B
RGB
CMYK
RGB Variations
Color information
#884E0B (or 0x884E0B) is known color: Saddle Brown. HEX triplet: 88, 4E and 0B. RGB value is (136,78,11). Sum of RGB (Red+Green+Blue) = 136+78+11=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #884E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884E0B is #77B1F4. Grayscale: #585858. Windows color (decimal): -7844341 or 741000. OLE color: 741000.
HSL color Cylindrical-coordinate representation of color #884E0B: hue angle of 32.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #884E0B is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 78 | 11 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.47 |
| HSL | 32.16º | 0.85% | 0.29% | - |
| HSV(B) | 32.16º | 0.92% | 0.53% | - |
| XYZ | 12.94 | 10.71 | 1.7 | - |
| YUV | 87.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 11 | 0 | 0.43 | 0.92 | 0.47 | 32.16 | 0.85 | 0.29 |
| Hex | 88 | 4E | B | 0 | 2B | 5C | 2F | 20 | 55 | 1D |
| Octal | 210 | 116 | 13 | 0 | 53 | 134 | 57 | 40 | 125 | 35 |
| Binary | 10001000 | 1001110 | 1011 | 0 | 101011 | 1011100 | 101111 | 100000 | 1010101 | 11101 |
Color Harmonies of #884E0B
Complementary color
Monochromatic Colors of #884E0B
Black with #884E0B
Text Example
Text Example
White with #884E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E0B; }
p { color: rgb(136,78,11); }
H1.HeaderClassName
{
color: #884E0B;
}
.AnyTagClassName
{
color: #884E0B;
}
</style>
background-color css
<style>
a { background-color: #884E0B; }
a { background-color: rgb(136,78,11); }
div.DivClassName
{
background-color: #884E0B;
}
.BgClassName
{
background-color: #884E0B;
}
</style>
border-color css
<style>
span { border-color: #884E0B; }
span { border-color: rgb(136,78,11); }
td.TdClassName
{
border-color: #884E0B;
}
.TagClassName
{
border-color: #884E0B;
}
</style>