Shades of Clay Creek #888258
Tints of Clay Creek #888258
RGB
CMYK
RGB Variations
Color information
#888258 (or 0x888258) is known color: Clay Creek. HEX triplet: 88, 82 and 58. RGB value is (136,130,88). Sum of RGB (Red+Green+Blue) = 136+130+88=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #888258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888258 is #777DA7. Grayscale: #7F7F7F. Windows color (decimal): -7830952 or 5800584. OLE color: 5800584.
HSL color Cylindrical-coordinate representation of color #888258: hue angle of 52.5º 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 #888258 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 88 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.47 |
| HSL | 52.5º | 0.21% | 0.44% | - |
| HSV(B) | 52.5º | 0.35% | 0.53% | - |
| XYZ | 19.9 | 21.9 | 12.41 | - |
| YUV | 127.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 88 | 0 | 0.04 | 0.35 | 0.47 | 52.5 | 0.21 | 0.44 |
| Hex | 88 | 82 | 58 | 0 | 4 | 23 | 2F | 34 | 15 | 2C |
| Octal | 210 | 202 | 130 | 0 | 4 | 43 | 57 | 64 | 25 | 54 |
| Binary | 10001000 | 10000010 | 1011000 | 0 | 100 | 100011 | 101111 | 110100 | 10101 | 101100 |
Color Harmonies of #888258
Complementary color
Monochromatic Colors of #888258
Black with #888258
Text Example
Text Example
White with #888258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888258; }
p { color: rgb(136,130,88); }
H1.HeaderClassName
{
color: #888258;
}
.AnyTagClassName
{
color: #888258;
}
</style>
background-color css
<style>
a { background-color: #888258; }
a { background-color: rgb(136,130,88); }
div.DivClassName
{
background-color: #888258;
}
.BgClassName
{
background-color: #888258;
}
</style>
border-color css
<style>
span { border-color: #888258; }
span { border-color: rgb(136,130,88); }
td.TdClassName
{
border-color: #888258;
}
.TagClassName
{
border-color: #888258;
}
</style>