Shades of Clay Creek #8F8551
Tints of Clay Creek #8F8551
RGB
CMYK
RGB Variations
Color information
#8F8551 (or 0x8F8551) is known color: Clay Creek. HEX triplet: 8F, 85 and 51. RGB value is (143,133,81). Sum of RGB (Red+Green+Blue) = 143+133+81=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8551 is #707AAE. Grayscale: #828282. Windows color (decimal): -7371439 or 5342607. OLE color: 5342607.
HSL color Cylindrical-coordinate representation of color #8F8551: hue angle of 50.32º 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 #8F8551 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 81 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.44 |
| HSL | 50.32º | 0.28% | 0.44% | - |
| HSV(B) | 50.32º | 0.43% | 0.56% | - |
| XYZ | 21.2 | 23.21 | 11.15 | - |
| YUV | 130.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 81 | 0 | 0.07 | 0.43 | 0.44 | 50.32 | 0.28 | 0.44 |
| Hex | 8F | 85 | 51 | 0 | 7 | 2B | 2C | 32 | 1C | 2C |
| Octal | 217 | 205 | 121 | 0 | 7 | 53 | 54 | 62 | 34 | 54 |
| Binary | 10001111 | 10000101 | 1010001 | 0 | 111 | 101011 | 101100 | 110010 | 11100 | 101100 |
Color Harmonies of #8F8551
Complementary color
Monochromatic Colors of #8F8551
Black with #8F8551
Text Example
Text Example
White with #8F8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8551; }
p { color: rgb(143,133,81); }
H1.HeaderClassName
{
color: #8F8551;
}
.AnyTagClassName
{
color: #8F8551;
}
</style>
background-color css
<style>
a { background-color: #8F8551; }
a { background-color: rgb(143,133,81); }
div.DivClassName
{
background-color: #8F8551;
}
.BgClassName
{
background-color: #8F8551;
}
</style>
border-color css
<style>
span { border-color: #8F8551; }
span { border-color: rgb(143,133,81); }
td.TdClassName
{
border-color: #8F8551;
}
.TagClassName
{
border-color: #8F8551;
}
</style>