Shades of Clay Creek #87814B
Tints of Clay Creek #87814B
RGB
CMYK
RGB Variations
Color information
#87814B (or 0x87814B) is known color: Clay Creek. HEX triplet: 87, 81 and 4B. RGB value is (135,129,75). Sum of RGB (Red+Green+Blue) = 135+129+75=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #87814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87814B is #787EB4. Grayscale: #7C7C7C. Windows color (decimal): -7896757 or 4948359. OLE color: 4948359.
HSL color Cylindrical-coordinate representation of color #87814B: hue angle of 54º degrees, saturation: 0.29, 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 #87814B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 75 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.47 |
| HSL | 54º | 0.29% | 0.41% | - |
| HSV(B) | 54º | 0.44% | 0.53% | - |
| XYZ | 19.11 | 21.36 | 9.77 | - |
| YUV | 124.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 75 | 0 | 0.04 | 0.44 | 0.47 | 54 | 0.29 | 0.41 |
| Hex | 87 | 81 | 4B | 0 | 4 | 2C | 2F | 36 | 1D | 29 |
| Octal | 207 | 201 | 113 | 0 | 4 | 54 | 57 | 66 | 35 | 51 |
| Binary | 10000111 | 10000001 | 1001011 | 0 | 100 | 101100 | 101111 | 110110 | 11101 | 101001 |
Color Harmonies of #87814B
Complementary color
Monochromatic Colors of #87814B
Black with #87814B
Text Example
Text Example
White with #87814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87814B; }
p { color: rgb(135,129,75); }
H1.HeaderClassName
{
color: #87814B;
}
.AnyTagClassName
{
color: #87814B;
}
</style>
background-color css
<style>
a { background-color: #87814B; }
a { background-color: rgb(135,129,75); }
div.DivClassName
{
background-color: #87814B;
}
.BgClassName
{
background-color: #87814B;
}
</style>
border-color css
<style>
span { border-color: #87814B; }
span { border-color: rgb(135,129,75); }
td.TdClassName
{
border-color: #87814B;
}
.TagClassName
{
border-color: #87814B;
}
</style>