Shades of Clay Creek #87815B
Tints of Clay Creek #87815B
RGB
CMYK
RGB Variations
Color information
#87815B (or 0x87815B) is known color: Clay Creek. HEX triplet: 87, 81 and 5B. RGB value is (135,129,91). Sum of RGB (Red+Green+Blue) = 135+129+91=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87815B is #787EA4. Grayscale: #7E7E7E. Windows color (decimal): -7896741 or 5996935. OLE color: 5996935.
HSL color Cylindrical-coordinate representation of color #87815B: hue angle of 51.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87815B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 91 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.47 |
| HSL | 51.82º | 0.19% | 0.44% | - |
| HSV(B) | 51.82º | 0.33% | 0.53% | - |
| XYZ | 19.73 | 21.61 | 13.03 | - |
| YUV | 126.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 91 | 0 | 0.04 | 0.33 | 0.47 | 51.82 | 0.19 | 0.44 |
| Hex | 87 | 81 | 5B | 0 | 4 | 21 | 2F | 34 | 13 | 2C |
| Octal | 207 | 201 | 133 | 0 | 4 | 41 | 57 | 64 | 23 | 54 |
| Binary | 10000111 | 10000001 | 1011011 | 0 | 100 | 100001 | 101111 | 110100 | 10011 | 101100 |
Color Harmonies of #87815B
Complementary color
Monochromatic Colors of #87815B
Black with #87815B
Text Example
Text Example
White with #87815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87815B; }
p { color: rgb(135,129,91); }
H1.HeaderClassName
{
color: #87815B;
}
.AnyTagClassName
{
color: #87815B;
}
</style>
background-color css
<style>
a { background-color: #87815B; }
a { background-color: rgb(135,129,91); }
div.DivClassName
{
background-color: #87815B;
}
.BgClassName
{
background-color: #87815B;
}
</style>
border-color css
<style>
span { border-color: #87815B; }
span { border-color: rgb(135,129,91); }
td.TdClassName
{
border-color: #87815B;
}
.TagClassName
{
border-color: #87815B;
}
</style>