Shades of Clay Creek #888254
Tints of Clay Creek #888254
RGB
CMYK
RGB Variations
Color information
#888254 (or 0x888254) is known color: Clay Creek. HEX triplet: 88, 82 and 54. RGB value is (136,130,84). Sum of RGB (Red+Green+Blue) = 136+130+84=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #888254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888254 is #777DAB. Grayscale: #7E7E7E. Windows color (decimal): -7830956 or 5538440. OLE color: 5538440.
HSL color Cylindrical-coordinate representation of color #888254: hue angle of 53.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888254 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 84 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.47 |
| HSL | 53.08º | 0.24% | 0.43% | - |
| HSV(B) | 53.08º | 0.38% | 0.53% | - |
| XYZ | 19.74 | 21.84 | 11.56 | - |
| YUV | 126.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 84 | 0 | 0.04 | 0.38 | 0.47 | 53.08 | 0.24 | 0.43 |
| Hex | 88 | 82 | 54 | 0 | 4 | 26 | 2F | 35 | 18 | 2B |
| Octal | 210 | 202 | 124 | 0 | 4 | 46 | 57 | 65 | 30 | 53 |
| Binary | 10001000 | 10000010 | 1010100 | 0 | 100 | 100110 | 101111 | 110101 | 11000 | 101011 |
Color Harmonies of #888254
Complementary color
Monochromatic Colors of #888254
Black with #888254
Text Example
Text Example
White with #888254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888254; }
p { color: rgb(136,130,84); }
H1.HeaderClassName
{
color: #888254;
}
.AnyTagClassName
{
color: #888254;
}
</style>
background-color css
<style>
a { background-color: #888254; }
a { background-color: rgb(136,130,84); }
div.DivClassName
{
background-color: #888254;
}
.BgClassName
{
background-color: #888254;
}
</style>
border-color css
<style>
span { border-color: #888254; }
span { border-color: rgb(136,130,84); }
td.TdClassName
{
border-color: #888254;
}
.TagClassName
{
border-color: #888254;
}
</style>