Shades of Clay Creek #87814D
Tints of Clay Creek #87814D
RGB
CMYK
RGB Variations
Color information
#87814D (or 0x87814D) is known color: Clay Creek. HEX triplet: 87, 81 and 4D. RGB value is (135,129,77). Sum of RGB (Red+Green+Blue) = 135+129+77=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87814D is #787EB2. Grayscale: #7D7D7D. Windows color (decimal): -7896755 or 5079431. OLE color: 5079431.
HSL color Cylindrical-coordinate representation of color #87814D: hue angle of 53.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87814D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 77 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.47 |
| HSL | 53.79º | 0.27% | 0.42% | - |
| HSV(B) | 53.79º | 0.43% | 0.53% | - |
| XYZ | 19.18 | 21.39 | 10.14 | - |
| YUV | 124.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 77 | 0 | 0.04 | 0.43 | 0.47 | 53.79 | 0.27 | 0.42 |
| Hex | 87 | 81 | 4D | 0 | 4 | 2B | 2F | 36 | 1B | 2A |
| Octal | 207 | 201 | 115 | 0 | 4 | 53 | 57 | 66 | 33 | 52 |
| Binary | 10000111 | 10000001 | 1001101 | 0 | 100 | 101011 | 101111 | 110110 | 11011 | 101010 |
Color Harmonies of #87814D
Complementary color
Monochromatic Colors of #87814D
Black with #87814D
Text Example
Text Example
White with #87814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87814D; }
p { color: rgb(135,129,77); }
H1.HeaderClassName
{
color: #87814D;
}
.AnyTagClassName
{
color: #87814D;
}
</style>
background-color css
<style>
a { background-color: #87814D; }
a { background-color: rgb(135,129,77); }
div.DivClassName
{
background-color: #87814D;
}
.BgClassName
{
background-color: #87814D;
}
</style>
border-color css
<style>
span { border-color: #87814D; }
span { border-color: rgb(135,129,77); }
td.TdClassName
{
border-color: #87814D;
}
.TagClassName
{
border-color: #87814D;
}
</style>