Shades of Clay Creek #8F8750
Tints of Clay Creek #8F8750
RGB
CMYK
RGB Variations
Color information
#8F8750 (or 0x8F8750) is known color: Clay Creek. HEX triplet: 8F, 87 and 50. RGB value is (143,135,80). Sum of RGB (Red+Green+Blue) = 143+135+80=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8750 is #7078AF. Grayscale: #838383. Windows color (decimal): -7370928 or 5277583. OLE color: 5277583.
HSL color Cylindrical-coordinate representation of color #8F8750: hue angle of 52.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F8750 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 80 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.44 |
| HSL | 52.38º | 0.28% | 0.44% | - |
| HSV(B) | 52.38º | 0.44% | 0.56% | - |
| XYZ | 21.44 | 23.75 | 11.04 | - |
| YUV | 131.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 80 | 0 | 0.06 | 0.44 | 0.44 | 52.38 | 0.28 | 0.44 |
| Hex | 8F | 87 | 50 | 0 | 6 | 2C | 2C | 34 | 1C | 2C |
| Octal | 217 | 207 | 120 | 0 | 6 | 54 | 54 | 64 | 34 | 54 |
| Binary | 10001111 | 10000111 | 1010000 | 0 | 110 | 101100 | 101100 | 110100 | 11100 | 101100 |
Color Harmonies of #8F8750
Complementary color
Monochromatic Colors of #8F8750
Black with #8F8750
Text Example
Text Example
White with #8F8750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8750; }
p { color: rgb(143,135,80); }
H1.HeaderClassName
{
color: #8F8750;
}
.AnyTagClassName
{
color: #8F8750;
}
</style>
background-color css
<style>
a { background-color: #8F8750; }
a { background-color: rgb(143,135,80); }
div.DivClassName
{
background-color: #8F8750;
}
.BgClassName
{
background-color: #8F8750;
}
</style>
border-color css
<style>
span { border-color: #8F8750; }
span { border-color: rgb(143,135,80); }
td.TdClassName
{
border-color: #8F8750;
}
.TagClassName
{
border-color: #8F8750;
}
</style>