Shades of Clay Creek #8F8251
Tints of Clay Creek #8F8251
RGB
CMYK
RGB Variations
Color information
#8F8251 (or 0x8F8251) is known color: Clay Creek. HEX triplet: 8F, 82 and 51. RGB value is (143,130,81). Sum of RGB (Red+Green+Blue) = 143+130+81=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8251 is #707DAE. Grayscale: #808080. Windows color (decimal): -7372207 or 5341839. OLE color: 5341839.
HSL color Cylindrical-coordinate representation of color #8F8251: hue angle of 47.42º 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 #8F8251 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 81 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.44 |
| HSL | 47.42º | 0.28% | 0.44% | - |
| HSV(B) | 47.42º | 0.43% | 0.56% | - |
| XYZ | 20.8 | 22.4 | 11.01 | - |
| YUV | 128.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 81 | 0 | 0.09 | 0.43 | 0.44 | 47.42 | 0.28 | 0.44 |
| Hex | 8F | 82 | 51 | 0 | 9 | 2B | 2C | 2F | 1C | 2C |
| Octal | 217 | 202 | 121 | 0 | 11 | 53 | 54 | 57 | 34 | 54 |
| Binary | 10001111 | 10000010 | 1010001 | 0 | 1001 | 101011 | 101100 | 101111 | 11100 | 101100 |
Color Harmonies of #8F8251
Complementary color
Monochromatic Colors of #8F8251
Black with #8F8251
Text Example
Text Example
White with #8F8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8251; }
p { color: rgb(143,130,81); }
H1.HeaderClassName
{
color: #8F8251;
}
.AnyTagClassName
{
color: #8F8251;
}
</style>
background-color css
<style>
a { background-color: #8F8251; }
a { background-color: rgb(143,130,81); }
div.DivClassName
{
background-color: #8F8251;
}
.BgClassName
{
background-color: #8F8251;
}
</style>
border-color css
<style>
span { border-color: #8F8251; }
span { border-color: rgb(143,130,81); }
td.TdClassName
{
border-color: #8F8251;
}
.TagClassName
{
border-color: #8F8251;
}
</style>