Shades of Clay Creek #88854E
Tints of Clay Creek #88854E
RGB
CMYK
RGB Variations
Color information
#88854E (or 0x88854E) is known color: Clay Creek. HEX triplet: 88, 85 and 4E. RGB value is (136,133,78). Sum of RGB (Red+Green+Blue) = 136+133+78=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88854E is #777AB1. Grayscale: #7F7F7F. Windows color (decimal): -7830194 or 5145992. OLE color: 5145992.
HSL color Cylindrical-coordinate representation of color #88854E: hue angle of 56.9º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88854E is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 78 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.47 |
| HSL | 56.9º | 0.27% | 0.42% | - |
| HSV(B) | 56.9º | 0.43% | 0.53% | - |
| XYZ | 19.92 | 22.56 | 10.51 | - |
| YUV | 127.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 78 | 0 | 0.02 | 0.43 | 0.47 | 56.9 | 0.27 | 0.42 |
| Hex | 88 | 85 | 4E | 0 | 2 | 2B | 2F | 39 | 1B | 2A |
| Octal | 210 | 205 | 116 | 0 | 2 | 53 | 57 | 71 | 33 | 52 |
| Binary | 10001000 | 10000101 | 1001110 | 0 | 10 | 101011 | 101111 | 111001 | 11011 | 101010 |
Color Harmonies of #88854E
Complementary color
Monochromatic Colors of #88854E
Black with #88854E
Text Example
Text Example
White with #88854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88854E; }
p { color: rgb(136,133,78); }
H1.HeaderClassName
{
color: #88854E;
}
.AnyTagClassName
{
color: #88854E;
}
</style>
background-color css
<style>
a { background-color: #88854E; }
a { background-color: rgb(136,133,78); }
div.DivClassName
{
background-color: #88854E;
}
.BgClassName
{
background-color: #88854E;
}
</style>
border-color css
<style>
span { border-color: #88854E; }
span { border-color: rgb(136,133,78); }
td.TdClassName
{
border-color: #88854E;
}
.TagClassName
{
border-color: #88854E;
}
</style>