Shades of Clay Creek #87824C
Tints of Clay Creek #87824C
RGB
CMYK
RGB Variations
Color information
#87824C (or 0x87824C) is known color: Clay Creek. HEX triplet: 87, 82 and 4C. RGB value is (135,130,76). Sum of RGB (Red+Green+Blue) = 135+130+76=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87824C is #787DB3. Grayscale: #7D7D7D. Windows color (decimal): -7896500 or 5014151. OLE color: 5014151.
HSL color Cylindrical-coordinate representation of color #87824C: hue angle of 54.92º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87824C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 76 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.47 |
| HSL | 54.92º | 0.28% | 0.41% | - |
| HSV(B) | 54.92º | 0.44% | 0.53% | - |
| XYZ | 19.28 | 21.64 | 10 | - |
| YUV | 125.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 76 | 0 | 0.04 | 0.44 | 0.47 | 54.92 | 0.28 | 0.41 |
| Hex | 87 | 82 | 4C | 0 | 4 | 2C | 2F | 37 | 1C | 29 |
| Octal | 207 | 202 | 114 | 0 | 4 | 54 | 57 | 67 | 34 | 51 |
| Binary | 10000111 | 10000010 | 1001100 | 0 | 100 | 101100 | 101111 | 110111 | 11100 | 101001 |
Color Harmonies of #87824C
Complementary color
Monochromatic Colors of #87824C
Black with #87824C
Text Example
Text Example
White with #87824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87824C; }
p { color: rgb(135,130,76); }
H1.HeaderClassName
{
color: #87824C;
}
.AnyTagClassName
{
color: #87824C;
}
</style>
background-color css
<style>
a { background-color: #87824C; }
a { background-color: rgb(135,130,76); }
div.DivClassName
{
background-color: #87824C;
}
.BgClassName
{
background-color: #87824C;
}
</style>
border-color css
<style>
span { border-color: #87824C; }
span { border-color: rgb(135,130,76); }
td.TdClassName
{
border-color: #87824C;
}
.TagClassName
{
border-color: #87824C;
}
</style>