Shades of Clay Creek #87815C
Tints of Clay Creek #87815C
RGB
CMYK
RGB Variations
Color information
#87815C (or 0x87815C) is known color: Clay Creek. HEX triplet: 87, 81 and 5C. RGB value is (135,129,92). Sum of RGB (Red+Green+Blue) = 135+129+92=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87815C is #787EA3. Grayscale: #7E7E7E. Windows color (decimal): -7896740 or 6062471. OLE color: 6062471.
HSL color Cylindrical-coordinate representation of color #87815C: hue angle of 51.63º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87815C is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 92 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.47 |
| HSL | 51.63º | 0.19% | 0.45% | - |
| HSV(B) | 51.63º | 0.32% | 0.53% | - |
| XYZ | 19.77 | 21.62 | 13.26 | - |
| YUV | 126.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 92 | 0 | 0.04 | 0.32 | 0.47 | 51.63 | 0.19 | 0.45 |
| Hex | 87 | 81 | 5C | 0 | 4 | 20 | 2F | 34 | 13 | 2D |
| Octal | 207 | 201 | 134 | 0 | 4 | 40 | 57 | 64 | 23 | 55 |
| Binary | 10000111 | 10000001 | 1011100 | 0 | 100 | 100000 | 101111 | 110100 | 10011 | 101101 |
Color Harmonies of #87815C
Complementary color
Monochromatic Colors of #87815C
Black with #87815C
Text Example
Text Example
White with #87815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87815C; }
p { color: rgb(135,129,92); }
H1.HeaderClassName
{
color: #87815C;
}
.AnyTagClassName
{
color: #87815C;
}
</style>
background-color css
<style>
a { background-color: #87815C; }
a { background-color: rgb(135,129,92); }
div.DivClassName
{
background-color: #87815C;
}
.BgClassName
{
background-color: #87815C;
}
</style>
border-color css
<style>
span { border-color: #87815C; }
span { border-color: rgb(135,129,92); }
td.TdClassName
{
border-color: #87815C;
}
.TagClassName
{
border-color: #87815C;
}
</style>