Shades of Clay Creek #8F854C
Tints of Clay Creek #8F854C
RGB
CMYK
RGB Variations
Color information
#8F854C (or 0x8F854C) is known color: Clay Creek. HEX triplet: 8F, 85 and 4C. RGB value is (143,133,76). Sum of RGB (Red+Green+Blue) = 143+133+76=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F854C is #707AB3. Grayscale: #818181. Windows color (decimal): -7371444 or 5014927. OLE color: 5014927.
HSL color Cylindrical-coordinate representation of color #8F854C: hue angle of 51.04º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F854C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 76 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.44 |
| HSL | 51.04º | 0.31% | 0.43% | - |
| HSV(B) | 51.04º | 0.47% | 0.56% | - |
| XYZ | 21.02 | 23.14 | 10.2 | - |
| YUV | 129.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 76 | 0 | 0.07 | 0.47 | 0.44 | 51.04 | 0.31 | 0.43 |
| Hex | 8F | 85 | 4C | 0 | 7 | 2F | 2C | 33 | 1F | 2B |
| Octal | 217 | 205 | 114 | 0 | 7 | 57 | 54 | 63 | 37 | 53 |
| Binary | 10001111 | 10000101 | 1001100 | 0 | 111 | 101111 | 101100 | 110011 | 11111 | 101011 |
Color Harmonies of #8F854C
Complementary color
Monochromatic Colors of #8F854C
Black with #8F854C
Text Example
Text Example
White with #8F854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F854C; }
p { color: rgb(143,133,76); }
H1.HeaderClassName
{
color: #8F854C;
}
.AnyTagClassName
{
color: #8F854C;
}
</style>
background-color css
<style>
a { background-color: #8F854C; }
a { background-color: rgb(143,133,76); }
div.DivClassName
{
background-color: #8F854C;
}
.BgClassName
{
background-color: #8F854C;
}
</style>
border-color css
<style>
span { border-color: #8F854C; }
span { border-color: rgb(143,133,76); }
td.TdClassName
{
border-color: #8F854C;
}
.TagClassName
{
border-color: #8F854C;
}
</style>