Shades of Clay Creek #888048
Tints of Clay Creek #888048
RGB
CMYK
RGB Variations
Color information
#888048 (or 0x888048) is known color: Clay Creek. HEX triplet: 88, 80 and 48. RGB value is (136,128,72). Sum of RGB (Red+Green+Blue) = 136+128+72=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #888048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888048 is #777FB7. Grayscale: #7C7C7C. Windows color (decimal): -7831480 or 4751496. OLE color: 4751496.
HSL color Cylindrical-coordinate representation of color #888048: hue angle of 52.5º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #888048 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 72 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.47 |
| HSL | 52.5º | 0.31% | 0.41% | - |
| HSV(B) | 52.5º | 0.47% | 0.53% | - |
| XYZ | 19.04 | 21.14 | 9.21 | - |
| YUV | 124.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 72 | 0 | 0.06 | 0.47 | 0.47 | 52.5 | 0.31 | 0.41 |
| Hex | 88 | 80 | 48 | 0 | 6 | 2F | 2F | 34 | 1F | 29 |
| Octal | 210 | 200 | 110 | 0 | 6 | 57 | 57 | 64 | 37 | 51 |
| Binary | 10001000 | 10000000 | 1001000 | 0 | 110 | 101111 | 101111 | 110100 | 11111 | 101001 |
Color Harmonies of #888048
Complementary color
Monochromatic Colors of #888048
Black with #888048
Text Example
Text Example
White with #888048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888048; }
p { color: rgb(136,128,72); }
H1.HeaderClassName
{
color: #888048;
}
.AnyTagClassName
{
color: #888048;
}
</style>
background-color css
<style>
a { background-color: #888048; }
a { background-color: rgb(136,128,72); }
div.DivClassName
{
background-color: #888048;
}
.BgClassName
{
background-color: #888048;
}
</style>
border-color css
<style>
span { border-color: #888048; }
span { border-color: rgb(136,128,72); }
td.TdClassName
{
border-color: #888048;
}
.TagClassName
{
border-color: #888048;
}
</style>