Shades of Saddle Brown #884107
Tints of Saddle Brown #884107
RGB
CMYK
RGB Variations
Color information
#884107 (or 0x884107) is known color: Saddle Brown. HEX triplet: 88, 41 and 07. RGB value is (136,65,7). Sum of RGB (Red+Green+Blue) = 136+65+7=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #884107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884107 is #77BEF8. Grayscale: #4F4F4F. Windows color (decimal): -7847673 or 475528. OLE color: 475528.
HSL color Cylindrical-coordinate representation of color #884107: hue angle of 26.98º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #884107 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 7 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.47 |
| HSL | 26.98º | 0.9% | 0.28% | - |
| HSV(B) | 26.98º | 0.95% | 0.53% | - |
| XYZ | 12.08 | 9.03 | 1.31 | - |
| YUV | 79.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 7 | 0 | 0.52 | 0.95 | 0.47 | 26.98 | 0.9 | 0.28 |
| Hex | 88 | 41 | 7 | 0 | 34 | 5F | 2F | 1B | 5A | 1C |
| Octal | 210 | 101 | 7 | 0 | 64 | 137 | 57 | 33 | 132 | 34 |
| Binary | 10001000 | 1000001 | 111 | 0 | 110100 | 1011111 | 101111 | 11011 | 1011010 | 11100 |
Color Harmonies of #884107
Complementary color
Monochromatic Colors of #884107
Black with #884107
Text Example
Text Example
White with #884107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884107; }
p { color: rgb(136,65,7); }
H1.HeaderClassName
{
color: #884107;
}
.AnyTagClassName
{
color: #884107;
}
</style>
background-color css
<style>
a { background-color: #884107; }
a { background-color: rgb(136,65,7); }
div.DivClassName
{
background-color: #884107;
}
.BgClassName
{
background-color: #884107;
}
</style>
border-color css
<style>
span { border-color: #884107; }
span { border-color: rgb(136,65,7); }
td.TdClassName
{
border-color: #884107;
}
.TagClassName
{
border-color: #884107;
}
</style>