Shades of Clay Creek #8F7D59
Tints of Clay Creek #8F7D59
RGB
CMYK
RGB Variations
Color information
#8F7D59 (or 0x8F7D59) is known color: Clay Creek. HEX triplet: 8F, 7D and 59. RGB value is (143,125,89). Sum of RGB (Red+Green+Blue) = 143+125+89=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D59 is #7082A6. Grayscale: #7E7E7E. Windows color (decimal): -7373479 or 5864847. OLE color: 5864847.
HSL color Cylindrical-coordinate representation of color #8F7D59: hue angle of 40º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7D59 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 125 | 89 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.44 |
| HSL | 40º | 0.23% | 0.45% | - |
| HSV(B) | 40º | 0.38% | 0.56% | - |
| XYZ | 20.46 | 21.23 | 12.47 | - |
| YUV | 126.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 89 | 0 | 0.13 | 0.38 | 0.44 | 40 | 0.23 | 0.45 |
| Hex | 8F | 7D | 59 | 0 | D | 26 | 2C | 28 | 17 | 2D |
| Octal | 217 | 175 | 131 | 0 | 15 | 46 | 54 | 50 | 27 | 55 |
| Binary | 10001111 | 1111101 | 1011001 | 0 | 1101 | 100110 | 101100 | 101000 | 10111 | 101101 |
Color Harmonies of #8F7D59
Complementary color
Monochromatic Colors of #8F7D59
Black with #8F7D59
Text Example
Text Example
White with #8F7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7D59; }
p { color: rgb(143,125,89); }
H1.HeaderClassName
{
color: #8F7D59;
}
.AnyTagClassName
{
color: #8F7D59;
}
</style>
background-color css
<style>
a { background-color: #8F7D59; }
a { background-color: rgb(143,125,89); }
div.DivClassName
{
background-color: #8F7D59;
}
.BgClassName
{
background-color: #8F7D59;
}
</style>
border-color css
<style>
span { border-color: #8F7D59; }
span { border-color: rgb(143,125,89); }
td.TdClassName
{
border-color: #8F7D59;
}
.TagClassName
{
border-color: #8F7D59;
}
</style>