Shades of Saddle Brown #884408
Tints of Saddle Brown #884408
RGB
CMYK
RGB Variations
Color information
#884408 (or 0x884408) is known color: Saddle Brown. HEX triplet: 88, 44 and 08. RGB value is (136,68,8). Sum of RGB (Red+Green+Blue) = 136+68+8=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #884408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884408 is #77BBF7. Grayscale: #515151. Windows color (decimal): -7846904 or 541832. OLE color: 541832.
HSL color Cylindrical-coordinate representation of color #884408: hue angle of 28.12º 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 #884408 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 8 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.47 |
| HSL | 28.13º | 0.89% | 0.28% | - |
| HSV(B) | 28.13º | 0.94% | 0.53% | - |
| XYZ | 12.26 | 9.39 | 1.4 | - |
| YUV | 81.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 8 | 0 | 0.50 | 0.94 | 0.47 | 28.13 | 0.89 | 0.28 |
| Hex | 88 | 44 | 8 | 0 | 32 | 5E | 2F | 1C | 59 | 1C |
| Octal | 210 | 104 | 10 | 0 | 62 | 136 | 57 | 34 | 131 | 34 |
| Binary | 10001000 | 1000100 | 1000 | 0 | 110010 | 1011110 | 101111 | 11100 | 1011001 | 11100 |
Color Harmonies of #884408
Complementary color
Monochromatic Colors of #884408
Black with #884408
Text Example
Text Example
White with #884408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884408; }
p { color: rgb(136,68,8); }
H1.HeaderClassName
{
color: #884408;
}
.AnyTagClassName
{
color: #884408;
}
</style>
background-color css
<style>
a { background-color: #884408; }
a { background-color: rgb(136,68,8); }
div.DivClassName
{
background-color: #884408;
}
.BgClassName
{
background-color: #884408;
}
</style>
border-color css
<style>
span { border-color: #884408; }
span { border-color: rgb(136,68,8); }
td.TdClassName
{
border-color: #884408;
}
.TagClassName
{
border-color: #884408;
}
</style>