Shades of Saddle Brown #884D08
Tints of Saddle Brown #884D08
RGB
CMYK
RGB Variations
Color information
#884D08 (or 0x884D08) is known color: Saddle Brown. HEX triplet: 88, 4D and 08. RGB value is (136,77,8). Sum of RGB (Red+Green+Blue) = 136+77+8=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #884D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884D08 is #77B2F7. Grayscale: #575757. Windows color (decimal): -7844600 or 544136. OLE color: 544136.
HSL color Cylindrical-coordinate representation of color #884D08: hue angle of 32.34º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #884D08 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 8 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.47 |
| HSL | 32.34º | 0.89% | 0.28% | - |
| HSV(B) | 32.34º | 0.94% | 0.53% | - |
| XYZ | 12.85 | 10.56 | 1.59 | - |
| YUV | 86.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 8 | 0 | 0.43 | 0.94 | 0.47 | 32.34 | 0.89 | 0.28 |
| Hex | 88 | 4D | 8 | 0 | 2B | 5E | 2F | 20 | 59 | 1C |
| Octal | 210 | 115 | 10 | 0 | 53 | 136 | 57 | 40 | 131 | 34 |
| Binary | 10001000 | 1001101 | 1000 | 0 | 101011 | 1011110 | 101111 | 100000 | 1011001 | 11100 |
Color Harmonies of #884D08
Complementary color
Monochromatic Colors of #884D08
Black with #884D08
Text Example
Text Example
White with #884D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D08; }
p { color: rgb(136,77,8); }
H1.HeaderClassName
{
color: #884D08;
}
.AnyTagClassName
{
color: #884D08;
}
</style>
background-color css
<style>
a { background-color: #884D08; }
a { background-color: rgb(136,77,8); }
div.DivClassName
{
background-color: #884D08;
}
.BgClassName
{
background-color: #884D08;
}
</style>
border-color css
<style>
span { border-color: #884D08; }
span { border-color: rgb(136,77,8); }
td.TdClassName
{
border-color: #884D08;
}
.TagClassName
{
border-color: #884D08;
}
</style>