Shades of Clay Creek #887B49
Tints of Clay Creek #887B49
RGB
CMYK
RGB Variations
Color information
#887B49 (or 0x887B49) is known color: Clay Creek. HEX triplet: 88, 7B and 49. RGB value is (136,123,73). Sum of RGB (Red+Green+Blue) = 136+123+73=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #887B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B49 is #7784B6. Grayscale: #797979. Windows color (decimal): -7832759 or 4815752. OLE color: 4815752.
HSL color Cylindrical-coordinate representation of color #887B49: hue angle of 47.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #887B49 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 73 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.47 |
| HSL | 47.62º | 0.3% | 0.41% | - |
| HSV(B) | 47.62º | 0.46% | 0.53% | - |
| XYZ | 18.44 | 19.88 | 9.17 | - |
| YUV | 121.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 73 | 0 | 0.10 | 0.46 | 0.47 | 47.62 | 0.3 | 0.41 |
| Hex | 88 | 7B | 49 | 0 | A | 2E | 2F | 30 | 1E | 29 |
| Octal | 210 | 173 | 111 | 0 | 12 | 56 | 57 | 60 | 36 | 51 |
| Binary | 10001000 | 1111011 | 1001001 | 0 | 1010 | 101110 | 101111 | 110000 | 11110 | 101001 |
Color Harmonies of #887B49
Complementary color
Monochromatic Colors of #887B49
Black with #887B49
Text Example
Text Example
White with #887B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B49; }
p { color: rgb(136,123,73); }
H1.HeaderClassName
{
color: #887B49;
}
.AnyTagClassName
{
color: #887B49;
}
</style>
background-color css
<style>
a { background-color: #887B49; }
a { background-color: rgb(136,123,73); }
div.DivClassName
{
background-color: #887B49;
}
.BgClassName
{
background-color: #887B49;
}
</style>
border-color css
<style>
span { border-color: #887B49; }
span { border-color: rgb(136,123,73); }
td.TdClassName
{
border-color: #887B49;
}
.TagClassName
{
border-color: #887B49;
}
</style>