Shades of Clay Creek #887E52
Tints of Clay Creek #887E52
RGB
CMYK
RGB Variations
Color information
#887E52 (or 0x887E52) is known color: Clay Creek. HEX triplet: 88, 7E and 52. RGB value is (136,126,82). Sum of RGB (Red+Green+Blue) = 136+126+82=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #887E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E52 is #7781AD. Grayscale: #7C7C7C. Windows color (decimal): -7831982 or 5406344. OLE color: 5406344.
HSL color Cylindrical-coordinate representation of color #887E52: hue angle of 48.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887E52 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 82 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.47 |
| HSL | 48.89º | 0.25% | 0.43% | - |
| HSV(B) | 48.89º | 0.4% | 0.53% | - |
| XYZ | 19.14 | 20.77 | 10.98 | - |
| YUV | 123.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 82 | 0 | 0.07 | 0.40 | 0.47 | 48.89 | 0.25 | 0.43 |
| Hex | 88 | 7E | 52 | 0 | 7 | 28 | 2F | 31 | 19 | 2B |
| Octal | 210 | 176 | 122 | 0 | 7 | 50 | 57 | 61 | 31 | 53 |
| Binary | 10001000 | 1111110 | 1010010 | 0 | 111 | 101000 | 101111 | 110001 | 11001 | 101011 |
Color Harmonies of #887E52
Complementary color
Monochromatic Colors of #887E52
Black with #887E52
Text Example
Text Example
White with #887E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E52; }
p { color: rgb(136,126,82); }
H1.HeaderClassName
{
color: #887E52;
}
.AnyTagClassName
{
color: #887E52;
}
</style>
background-color css
<style>
a { background-color: #887E52; }
a { background-color: rgb(136,126,82); }
div.DivClassName
{
background-color: #887E52;
}
.BgClassName
{
background-color: #887E52;
}
</style>
border-color css
<style>
span { border-color: #887E52; }
span { border-color: rgb(136,126,82); }
td.TdClassName
{
border-color: #887E52;
}
.TagClassName
{
border-color: #887E52;
}
</style>