Shades of Clay Creek #8F7E51
Tints of Clay Creek #8F7E51
RGB
CMYK
RGB Variations
Color information
#8F7E51 (or 0x8F7E51) is known color: Clay Creek. HEX triplet: 8F, 7E and 51. RGB value is (143,126,81). Sum of RGB (Red+Green+Blue) = 143+126+81=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E51 is #7081AE. Grayscale: #7E7E7E. Windows color (decimal): -7373231 or 5340815. OLE color: 5340815.
HSL color Cylindrical-coordinate representation of color #8F7E51: hue angle of 43.55º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F7E51 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 126 | 81 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.44 |
| HSL | 43.55º | 0.28% | 0.44% | - |
| HSV(B) | 43.55º | 0.43% | 0.56% | - |
| XYZ | 20.27 | 21.36 | 10.84 | - |
| YUV | 125.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 81 | 0 | 0.12 | 0.43 | 0.44 | 43.55 | 0.28 | 0.44 |
| Hex | 8F | 7E | 51 | 0 | C | 2B | 2C | 2C | 1C | 2C |
| Octal | 217 | 176 | 121 | 0 | 14 | 53 | 54 | 54 | 34 | 54 |
| Binary | 10001111 | 1111110 | 1010001 | 0 | 1100 | 101011 | 101100 | 101100 | 11100 | 101100 |
Color Harmonies of #8F7E51
Complementary color
Monochromatic Colors of #8F7E51
Black with #8F7E51
Text Example
Text Example
White with #8F7E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E51; }
p { color: rgb(143,126,81); }
H1.HeaderClassName
{
color: #8F7E51;
}
.AnyTagClassName
{
color: #8F7E51;
}
</style>
background-color css
<style>
a { background-color: #8F7E51; }
a { background-color: rgb(143,126,81); }
div.DivClassName
{
background-color: #8F7E51;
}
.BgClassName
{
background-color: #8F7E51;
}
</style>
border-color css
<style>
span { border-color: #8F7E51; }
span { border-color: rgb(143,126,81); }
td.TdClassName
{
border-color: #8F7E51;
}
.TagClassName
{
border-color: #8F7E51;
}
</style>