Shades of Clay Creek #888259
Tints of Clay Creek #888259
RGB
CMYK
RGB Variations
Color information
#888259 (or 0x888259) is known color: Clay Creek. HEX triplet: 88, 82 and 59. RGB value is (136,130,89). Sum of RGB (Red+Green+Blue) = 136+130+89=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #888259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888259 is #777DA6. Grayscale: #7F7F7F. Windows color (decimal): -7830951 or 5866120. OLE color: 5866120.
HSL color Cylindrical-coordinate representation of color #888259: hue angle of 52.34º 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 #888259 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 89 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.47 |
| HSL | 52.34º | 0.21% | 0.44% | - |
| HSV(B) | 52.34º | 0.35% | 0.53% | - |
| XYZ | 19.94 | 21.92 | 12.63 | - |
| YUV | 127.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 89 | 0 | 0.04 | 0.35 | 0.47 | 52.34 | 0.21 | 0.44 |
| Hex | 88 | 82 | 59 | 0 | 4 | 23 | 2F | 34 | 15 | 2C |
| Octal | 210 | 202 | 131 | 0 | 4 | 43 | 57 | 64 | 25 | 54 |
| Binary | 10001000 | 10000010 | 1011001 | 0 | 100 | 100011 | 101111 | 110100 | 10101 | 101100 |
Color Harmonies of #888259
Complementary color
Monochromatic Colors of #888259
Black with #888259
Text Example
Text Example
White with #888259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888259; }
p { color: rgb(136,130,89); }
H1.HeaderClassName
{
color: #888259;
}
.AnyTagClassName
{
color: #888259;
}
</style>
background-color css
<style>
a { background-color: #888259; }
a { background-color: rgb(136,130,89); }
div.DivClassName
{
background-color: #888259;
}
.BgClassName
{
background-color: #888259;
}
</style>
border-color css
<style>
span { border-color: #888259; }
span { border-color: rgb(136,130,89); }
td.TdClassName
{
border-color: #888259;
}
.TagClassName
{
border-color: #888259;
}
</style>