Shades of Clay Creek #887B53
Tints of Clay Creek #887B53
RGB
CMYK
RGB Variations
Color information
#887B53 (or 0x887B53) is known color: Clay Creek. HEX triplet: 88, 7B and 53. RGB value is (136,123,83). Sum of RGB (Red+Green+Blue) = 136+123+83=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #887B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B53 is #7784AC. Grayscale: #7A7A7A. Windows color (decimal): -7832749 or 5471112. OLE color: 5471112.
HSL color Cylindrical-coordinate representation of color #887B53: hue angle of 45.28º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #887B53 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 83 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.47 |
| HSL | 45.28º | 0.24% | 0.43% | - |
| HSV(B) | 45.28º | 0.39% | 0.53% | - |
| XYZ | 18.8 | 20.02 | 11.06 | - |
| YUV | 122.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 83 | 0 | 0.10 | 0.39 | 0.47 | 45.28 | 0.24 | 0.43 |
| Hex | 88 | 7B | 53 | 0 | A | 27 | 2F | 2D | 18 | 2B |
| Octal | 210 | 173 | 123 | 0 | 12 | 47 | 57 | 55 | 30 | 53 |
| Binary | 10001000 | 1111011 | 1010011 | 0 | 1010 | 100111 | 101111 | 101101 | 11000 | 101011 |
Color Harmonies of #887B53
Complementary color
Monochromatic Colors of #887B53
Black with #887B53
Text Example
Text Example
White with #887B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B53; }
p { color: rgb(136,123,83); }
H1.HeaderClassName
{
color: #887B53;
}
.AnyTagClassName
{
color: #887B53;
}
</style>
background-color css
<style>
a { background-color: #887B53; }
a { background-color: rgb(136,123,83); }
div.DivClassName
{
background-color: #887B53;
}
.BgClassName
{
background-color: #887B53;
}
</style>
border-color css
<style>
span { border-color: #887B53; }
span { border-color: rgb(136,123,83); }
td.TdClassName
{
border-color: #887B53;
}
.TagClassName
{
border-color: #887B53;
}
</style>