Shades of Clay Creek #88815D
Tints of Clay Creek #88815D
RGB
CMYK
RGB Variations
Color information
#88815D (or 0x88815D) is known color: Clay Creek. HEX triplet: 88, 81 and 5D. RGB value is (136,129,93). Sum of RGB (Red+Green+Blue) = 136+129+93=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #88815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88815D is #777EA2. Grayscale: #7F7F7F. Windows color (decimal): -7831203 or 6128008. OLE color: 6128008.
HSL color Cylindrical-coordinate representation of color #88815D: hue angle of 50.23º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88815D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 93 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.47 |
| HSL | 50.23º | 0.19% | 0.45% | - |
| HSV(B) | 50.23º | 0.32% | 0.53% | - |
| XYZ | 19.98 | 21.73 | 13.5 | - |
| YUV | 126.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 93 | 0 | 0.05 | 0.32 | 0.47 | 50.23 | 0.19 | 0.45 |
| Hex | 88 | 81 | 5D | 0 | 5 | 20 | 2F | 32 | 13 | 2D |
| Octal | 210 | 201 | 135 | 0 | 5 | 40 | 57 | 62 | 23 | 55 |
| Binary | 10001000 | 10000001 | 1011101 | 0 | 101 | 100000 | 101111 | 110010 | 10011 | 101101 |
Color Harmonies of #88815D
Complementary color
Monochromatic Colors of #88815D
Black with #88815D
Text Example
Text Example
White with #88815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88815D; }
p { color: rgb(136,129,93); }
H1.HeaderClassName
{
color: #88815D;
}
.AnyTagClassName
{
color: #88815D;
}
</style>
background-color css
<style>
a { background-color: #88815D; }
a { background-color: rgb(136,129,93); }
div.DivClassName
{
background-color: #88815D;
}
.BgClassName
{
background-color: #88815D;
}
</style>
border-color css
<style>
span { border-color: #88815D; }
span { border-color: rgb(136,129,93); }
td.TdClassName
{
border-color: #88815D;
}
.TagClassName
{
border-color: #88815D;
}
</style>