Shades of Clay Creek #87834D
Tints of Clay Creek #87834D
RGB
CMYK
RGB Variations
Color information
#87834D (or 0x87834D) is known color: Clay Creek. HEX triplet: 87, 83 and 4D. RGB value is (135,131,77). Sum of RGB (Red+Green+Blue) = 135+131+77=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87834D is #787CB2. Grayscale: #7E7E7E. Windows color (decimal): -7896243 or 5079943. OLE color: 5079943.
HSL color Cylindrical-coordinate representation of color #87834D: hue angle of 55.86º 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 #87834D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 77 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.47 |
| HSL | 55.86º | 0.27% | 0.42% | - |
| HSV(B) | 55.86º | 0.43% | 0.53% | - |
| XYZ | 19.45 | 21.92 | 10.23 | - |
| YUV | 126.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 77 | 0 | 0.03 | 0.43 | 0.47 | 55.86 | 0.27 | 0.42 |
| Hex | 87 | 83 | 4D | 0 | 3 | 2B | 2F | 38 | 1B | 2A |
| Octal | 207 | 203 | 115 | 0 | 3 | 53 | 57 | 70 | 33 | 52 |
| Binary | 10000111 | 10000011 | 1001101 | 0 | 11 | 101011 | 101111 | 111000 | 11011 | 101010 |
Color Harmonies of #87834D
Complementary color
Monochromatic Colors of #87834D
Black with #87834D
Text Example
Text Example
White with #87834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87834D; }
p { color: rgb(135,131,77); }
H1.HeaderClassName
{
color: #87834D;
}
.AnyTagClassName
{
color: #87834D;
}
</style>
background-color css
<style>
a { background-color: #87834D; }
a { background-color: rgb(135,131,77); }
div.DivClassName
{
background-color: #87834D;
}
.BgClassName
{
background-color: #87834D;
}
</style>
border-color css
<style>
span { border-color: #87834D; }
span { border-color: rgb(135,131,77); }
td.TdClassName
{
border-color: #87834D;
}
.TagClassName
{
border-color: #87834D;
}
</style>