Shades of Saddle Brown #88400F
Tints of Saddle Brown #88400F
RGB
CMYK
RGB Variations
Color information
#88400F (or 0x88400F) is known color: Saddle Brown. HEX triplet: 88, 40 and 0F. RGB value is (136,64,15). Sum of RGB (Red+Green+Blue) = 136+64+15=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88400F is #77BFF0. Grayscale: #505050. Windows color (decimal): -7847921 or 999560. OLE color: 999560.
HSL color Cylindrical-coordinate representation of color #88400F: hue angle of 24.3º 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 #88400F is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 15 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.47 |
| HSL | 24.3º | 0.8% | 0.3% | - |
| HSV(B) | 24.3º | 0.89% | 0.53% | - |
| XYZ | 12.07 | 8.94 | 1.54 | - |
| YUV | 79.94 | 91.35 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 15 | 0 | 0.53 | 0.89 | 0.47 | 24.3 | 0.8 | 0.3 |
| Hex | 88 | 40 | F | 0 | 35 | 59 | 2F | 18 | 50 | 1E |
| Octal | 210 | 100 | 17 | 0 | 65 | 131 | 57 | 30 | 120 | 36 |
| Binary | 10001000 | 1000000 | 1111 | 0 | 110101 | 1011001 | 101111 | 11000 | 1010000 | 11110 |
Color Harmonies of #88400F
Complementary color
Monochromatic Colors of #88400F
Black with #88400F
Text Example
Text Example
White with #88400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88400F; }
p { color: rgb(136,64,15); }
H1.HeaderClassName
{
color: #88400F;
}
.AnyTagClassName
{
color: #88400F;
}
</style>
background-color css
<style>
a { background-color: #88400F; }
a { background-color: rgb(136,64,15); }
div.DivClassName
{
background-color: #88400F;
}
.BgClassName
{
background-color: #88400F;
}
</style>
border-color css
<style>
span { border-color: #88400F; }
span { border-color: rgb(136,64,15); }
td.TdClassName
{
border-color: #88400F;
}
.TagClassName
{
border-color: #88400F;
}
</style>