Shades of Saddle Brown #88340C
Tints of Saddle Brown #88340C
RGB
CMYK
RGB Variations
Color information
#88340C (or 0x88340C) is known color: Saddle Brown. HEX triplet: 88, 34 and 0C. RGB value is (136,52,12). Sum of RGB (Red+Green+Blue) = 136+52+12=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88340C is #77CBF3. Grayscale: #484848. Windows color (decimal): -7850996 or 799880. OLE color: 799880.
HSL color Cylindrical-coordinate representation of color #88340C: hue angle of 19.35º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88340C is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 12 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.47 |
| HSL | 19.35º | 0.84% | 0.29% | - |
| HSV(B) | 19.35º | 0.91% | 0.53% | - |
| XYZ | 11.45 | 7.72 | 1.23 | - |
| YUV | 72.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 12 | 0 | 0.62 | 0.91 | 0.47 | 19.35 | 0.84 | 0.29 |
| Hex | 88 | 34 | C | 0 | 3E | 5B | 2F | 13 | 54 | 1D |
| Octal | 210 | 64 | 14 | 0 | 76 | 133 | 57 | 23 | 124 | 35 |
| Binary | 10001000 | 110100 | 1100 | 0 | 111110 | 1011011 | 101111 | 10011 | 1010100 | 11101 |
Color Harmonies of #88340C
Complementary color
Monochromatic Colors of #88340C
Black with #88340C
Text Example
Text Example
White with #88340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88340C; }
p { color: rgb(136,52,12); }
H1.HeaderClassName
{
color: #88340C;
}
.AnyTagClassName
{
color: #88340C;
}
</style>
background-color css
<style>
a { background-color: #88340C; }
a { background-color: rgb(136,52,12); }
div.DivClassName
{
background-color: #88340C;
}
.BgClassName
{
background-color: #88340C;
}
</style>
border-color css
<style>
span { border-color: #88340C; }
span { border-color: rgb(136,52,12); }
td.TdClassName
{
border-color: #88340C;
}
.TagClassName
{
border-color: #88340C;
}
</style>