Shades of Clay Creek #87815D
Tints of Clay Creek #87815D
RGB
CMYK
RGB Variations
Color information
#87815D (or 0x87815D) is known color: Clay Creek. HEX triplet: 87, 81 and 5D. RGB value is (135,129,93). Sum of RGB (Red+Green+Blue) = 135+129+93=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87815D is #787EA2. Grayscale: #7E7E7E. Windows color (decimal): -7896739 or 6128007. OLE color: 6128007.
HSL color Cylindrical-coordinate representation of color #87815D: hue angle of 51.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87815D is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 93 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.47 |
| HSL | 51.43º | 0.18% | 0.45% | - |
| HSV(B) | 51.43º | 0.31% | 0.53% | - |
| XYZ | 19.82 | 21.64 | 13.49 | - |
| YUV | 126.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 93 | 0 | 0.04 | 0.31 | 0.47 | 51.43 | 0.18 | 0.45 |
| Hex | 87 | 81 | 5D | 0 | 4 | 1F | 2F | 33 | 12 | 2D |
| Octal | 207 | 201 | 135 | 0 | 4 | 37 | 57 | 63 | 22 | 55 |
| Binary | 10000111 | 10000001 | 1011101 | 0 | 100 | 11111 | 101111 | 110011 | 10010 | 101101 |
Color Harmonies of #87815D
Complementary color
Monochromatic Colors of #87815D
Black with #87815D
Text Example
Text Example
White with #87815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87815D; }
p { color: rgb(135,129,93); }
H1.HeaderClassName
{
color: #87815D;
}
.AnyTagClassName
{
color: #87815D;
}
</style>
background-color css
<style>
a { background-color: #87815D; }
a { background-color: rgb(135,129,93); }
div.DivClassName
{
background-color: #87815D;
}
.BgClassName
{
background-color: #87815D;
}
</style>
border-color css
<style>
span { border-color: #87815D; }
span { border-color: rgb(135,129,93); }
td.TdClassName
{
border-color: #87815D;
}
.TagClassName
{
border-color: #87815D;
}
</style>