Shades of Saddle Brown #88400D
Tints of Saddle Brown #88400D
RGB
CMYK
RGB Variations
Color information
#88400D (or 0x88400D) is known color: Saddle Brown. HEX triplet: 88, 40 and 0D. RGB value is (136,64,13). Sum of RGB (Red+Green+Blue) = 136+64+13=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #88400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88400D is #77BFF2. Grayscale: #4F4F4F. Windows color (decimal): -7847923 or 868488. OLE color: 868488.
HSL color Cylindrical-coordinate representation of color #88400D: hue angle of 24.88º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88400D is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 13 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.47 |
| HSL | 24.88º | 0.83% | 0.29% | - |
| HSV(B) | 24.88º | 0.9% | 0.53% | - |
| XYZ | 12.06 | 8.93 | 1.47 | - |
| YUV | 79.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 13 | 0 | 0.53 | 0.90 | 0.47 | 24.88 | 0.83 | 0.29 |
| Hex | 88 | 40 | D | 0 | 35 | 5A | 2F | 19 | 53 | 1D |
| Octal | 210 | 100 | 15 | 0 | 65 | 132 | 57 | 31 | 123 | 35 |
| Binary | 10001000 | 1000000 | 1101 | 0 | 110101 | 1011010 | 101111 | 11001 | 1010011 | 11101 |
Color Harmonies of #88400D
Complementary color
Monochromatic Colors of #88400D
Black with #88400D
Text Example
Text Example
White with #88400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88400D; }
p { color: rgb(136,64,13); }
H1.HeaderClassName
{
color: #88400D;
}
.AnyTagClassName
{
color: #88400D;
}
</style>
background-color css
<style>
a { background-color: #88400D; }
a { background-color: rgb(136,64,13); }
div.DivClassName
{
background-color: #88400D;
}
.BgClassName
{
background-color: #88400D;
}
</style>
border-color css
<style>
span { border-color: #88400D; }
span { border-color: rgb(136,64,13); }
td.TdClassName
{
border-color: #88400D;
}
.TagClassName
{
border-color: #88400D;
}
</style>