Shades of Saddle Brown #88440F
Tints of Saddle Brown #88440F
RGB
CMYK
RGB Variations
Color information
#88440F (or 0x88440F) is known color: Saddle Brown. HEX triplet: 88, 44 and 0F. RGB value is (136,68,15). Sum of RGB (Red+Green+Blue) = 136+68+15=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88440F is #77BBF0. Grayscale: #525252. Windows color (decimal): -7846897 or 1000584. OLE color: 1000584.
HSL color Cylindrical-coordinate representation of color #88440F: hue angle of 26.28º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88440F is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 15 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.47 |
| HSL | 26.28º | 0.8% | 0.3% | - |
| HSV(B) | 26.28º | 0.89% | 0.53% | - |
| XYZ | 12.31 | 9.4 | 1.62 | - |
| YUV | 82.29 | 90.03 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 15 | 0 | 0.50 | 0.89 | 0.47 | 26.28 | 0.8 | 0.3 |
| Hex | 88 | 44 | F | 0 | 32 | 59 | 2F | 1A | 50 | 1E |
| Octal | 210 | 104 | 17 | 0 | 62 | 131 | 57 | 32 | 120 | 36 |
| Binary | 10001000 | 1000100 | 1111 | 0 | 110010 | 1011001 | 101111 | 11010 | 1010000 | 11110 |
Color Harmonies of #88440F
Complementary color
Monochromatic Colors of #88440F
Black with #88440F
Text Example
Text Example
White with #88440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88440F; }
p { color: rgb(136,68,15); }
H1.HeaderClassName
{
color: #88440F;
}
.AnyTagClassName
{
color: #88440F;
}
</style>
background-color css
<style>
a { background-color: #88440F; }
a { background-color: rgb(136,68,15); }
div.DivClassName
{
background-color: #88440F;
}
.BgClassName
{
background-color: #88440F;
}
</style>
border-color css
<style>
span { border-color: #88440F; }
span { border-color: rgb(136,68,15); }
td.TdClassName
{
border-color: #88440F;
}
.TagClassName
{
border-color: #88440F;
}
</style>