Shades of Clay Creek #888358
Tints of Clay Creek #888358
RGB
CMYK
RGB Variations
Color information
#888358 (or 0x888358) is known color: Clay Creek. HEX triplet: 88, 83 and 58. RGB value is (136,131,88). Sum of RGB (Red+Green+Blue) = 136+131+88=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #888358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888358 is #777CA7. Grayscale: #7F7F7F. Windows color (decimal): -7830696 or 5800840. OLE color: 5800840.
HSL color Cylindrical-coordinate representation of color #888358: hue angle of 53.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888358 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 88 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.47 |
| HSL | 53.75º | 0.21% | 0.44% | - |
| HSV(B) | 53.75º | 0.35% | 0.53% | - |
| XYZ | 20.03 | 22.17 | 12.46 | - |
| YUV | 127.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 88 | 0 | 0.04 | 0.35 | 0.47 | 53.75 | 0.21 | 0.44 |
| Hex | 88 | 83 | 58 | 0 | 4 | 23 | 2F | 36 | 15 | 2C |
| Octal | 210 | 203 | 130 | 0 | 4 | 43 | 57 | 66 | 25 | 54 |
| Binary | 10001000 | 10000011 | 1011000 | 0 | 100 | 100011 | 101111 | 110110 | 10101 | 101100 |
Color Harmonies of #888358
Complementary color
Monochromatic Colors of #888358
Black with #888358
Text Example
Text Example
White with #888358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888358; }
p { color: rgb(136,131,88); }
H1.HeaderClassName
{
color: #888358;
}
.AnyTagClassName
{
color: #888358;
}
</style>
background-color css
<style>
a { background-color: #888358; }
a { background-color: rgb(136,131,88); }
div.DivClassName
{
background-color: #888358;
}
.BgClassName
{
background-color: #888358;
}
</style>
border-color css
<style>
span { border-color: #888358; }
span { border-color: rgb(136,131,88); }
td.TdClassName
{
border-color: #888358;
}
.TagClassName
{
border-color: #888358;
}
</style>