Shades of Clay Creek #8F7D57
Tints of Clay Creek #8F7D57
RGB
CMYK
RGB Variations
Color information
#8F7D57 (or 0x8F7D57) is known color: Clay Creek. HEX triplet: 8F, 7D and 57. RGB value is (143,125,87). Sum of RGB (Red+Green+Blue) = 143+125+87=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D57 is #7082A8. Grayscale: #7E7E7E. Windows color (decimal): -7373481 or 5733775. OLE color: 5733775.
HSL color Cylindrical-coordinate representation of color #8F7D57: hue angle of 40.71º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F7D57 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 125 | 87 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.44 |
| HSL | 40.71º | 0.24% | 0.45% | - |
| HSV(B) | 40.71º | 0.39% | 0.56% | - |
| XYZ | 20.38 | 21.19 | 12.03 | - |
| YUV | 126.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 87 | 0 | 0.13 | 0.39 | 0.44 | 40.71 | 0.24 | 0.45 |
| Hex | 8F | 7D | 57 | 0 | D | 27 | 2C | 29 | 18 | 2D |
| Octal | 217 | 175 | 127 | 0 | 15 | 47 | 54 | 51 | 30 | 55 |
| Binary | 10001111 | 1111101 | 1010111 | 0 | 1101 | 100111 | 101100 | 101001 | 11000 | 101101 |
Color Harmonies of #8F7D57
Complementary color
Monochromatic Colors of #8F7D57
Black with #8F7D57
Text Example
Text Example
White with #8F7D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7D57; }
p { color: rgb(143,125,87); }
H1.HeaderClassName
{
color: #8F7D57;
}
.AnyTagClassName
{
color: #8F7D57;
}
</style>
background-color css
<style>
a { background-color: #8F7D57; }
a { background-color: rgb(143,125,87); }
div.DivClassName
{
background-color: #8F7D57;
}
.BgClassName
{
background-color: #8F7D57;
}
</style>
border-color css
<style>
span { border-color: #8F7D57; }
span { border-color: rgb(143,125,87); }
td.TdClassName
{
border-color: #8F7D57;
}
.TagClassName
{
border-color: #8F7D57;
}
</style>