Shades of Clay Creek #87814A
Tints of Clay Creek #87814A
RGB
CMYK
RGB Variations
Color information
#87814A (or 0x87814A) is known color: Clay Creek. HEX triplet: 87, 81 and 4A. RGB value is (135,129,74). Sum of RGB (Red+Green+Blue) = 135+129+74=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #87814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87814A is #787EB5. Grayscale: #7C7C7C. Windows color (decimal): -7896758 or 4882823. OLE color: 4882823.
HSL color Cylindrical-coordinate representation of color #87814A: hue angle of 54.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87814A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 74 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.47 |
| HSL | 54.1º | 0.29% | 0.41% | - |
| HSV(B) | 54.1º | 0.45% | 0.53% | - |
| XYZ | 19.08 | 21.35 | 9.59 | - |
| YUV | 124.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 74 | 0 | 0.04 | 0.45 | 0.47 | 54.1 | 0.29 | 0.41 |
| Hex | 87 | 81 | 4A | 0 | 4 | 2D | 2F | 36 | 1D | 29 |
| Octal | 207 | 201 | 112 | 0 | 4 | 55 | 57 | 66 | 35 | 51 |
| Binary | 10000111 | 10000001 | 1001010 | 0 | 100 | 101101 | 101111 | 110110 | 11101 | 101001 |
Color Harmonies of #87814A
Complementary color
Monochromatic Colors of #87814A
Black with #87814A
Text Example
Text Example
White with #87814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87814A; }
p { color: rgb(135,129,74); }
H1.HeaderClassName
{
color: #87814A;
}
.AnyTagClassName
{
color: #87814A;
}
</style>
background-color css
<style>
a { background-color: #87814A; }
a { background-color: rgb(135,129,74); }
div.DivClassName
{
background-color: #87814A;
}
.BgClassName
{
background-color: #87814A;
}
</style>
border-color css
<style>
span { border-color: #87814A; }
span { border-color: rgb(135,129,74); }
td.TdClassName
{
border-color: #87814A;
}
.TagClassName
{
border-color: #87814A;
}
</style>