Shades of Clay Creek #888357
Tints of Clay Creek #888357
RGB
CMYK
RGB Variations
Color information
#888357 (or 0x888357) is known color: Clay Creek. HEX triplet: 88, 83 and 57. RGB value is (136,131,87). Sum of RGB (Red+Green+Blue) = 136+131+87=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #888357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888357 is #777CA8. Grayscale: #7F7F7F. Windows color (decimal): -7830697 or 5735304. OLE color: 5735304.
HSL color Cylindrical-coordinate representation of color #888357: hue angle of 53.88º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #888357 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 87 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.47 |
| HSL | 53.88º | 0.22% | 0.44% | - |
| HSV(B) | 53.88º | 0.36% | 0.53% | - |
| XYZ | 19.99 | 22.15 | 12.24 | - |
| YUV | 127.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 87 | 0 | 0.04 | 0.36 | 0.47 | 53.88 | 0.22 | 0.44 |
| Hex | 88 | 83 | 57 | 0 | 4 | 24 | 2F | 36 | 16 | 2C |
| Octal | 210 | 203 | 127 | 0 | 4 | 44 | 57 | 66 | 26 | 54 |
| Binary | 10001000 | 10000011 | 1010111 | 0 | 100 | 100100 | 101111 | 110110 | 10110 | 101100 |
Color Harmonies of #888357
Complementary color
Monochromatic Colors of #888357
Black with #888357
Text Example
Text Example
White with #888357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888357; }
p { color: rgb(136,131,87); }
H1.HeaderClassName
{
color: #888357;
}
.AnyTagClassName
{
color: #888357;
}
</style>
background-color css
<style>
a { background-color: #888357; }
a { background-color: rgb(136,131,87); }
div.DivClassName
{
background-color: #888357;
}
.BgClassName
{
background-color: #888357;
}
</style>
border-color css
<style>
span { border-color: #888357; }
span { border-color: rgb(136,131,87); }
td.TdClassName
{
border-color: #888357;
}
.TagClassName
{
border-color: #888357;
}
</style>