Shades of Clay Creek #8F8554
Tints of Clay Creek #8F8554
RGB
CMYK
RGB Variations
Color information
#8F8554 (or 0x8F8554) is known color: Clay Creek. HEX triplet: 8F, 85 and 54. RGB value is (143,133,84). Sum of RGB (Red+Green+Blue) = 143+133+84=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8554 is #707AAB. Grayscale: #828282. Windows color (decimal): -7371436 or 5539215. OLE color: 5539215.
HSL color Cylindrical-coordinate representation of color #8F8554: hue angle of 49.83º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F8554 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 84 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.44 |
| HSL | 49.83º | 0.26% | 0.45% | - |
| HSV(B) | 49.83º | 0.41% | 0.56% | - |
| XYZ | 21.32 | 23.25 | 11.75 | - |
| YUV | 130.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 84 | 0 | 0.07 | 0.41 | 0.44 | 49.83 | 0.26 | 0.45 |
| Hex | 8F | 85 | 54 | 0 | 7 | 29 | 2C | 32 | 1A | 2D |
| Octal | 217 | 205 | 124 | 0 | 7 | 51 | 54 | 62 | 32 | 55 |
| Binary | 10001111 | 10000101 | 1010100 | 0 | 111 | 101001 | 101100 | 110010 | 11010 | 101101 |
Color Harmonies of #8F8554
Complementary color
Monochromatic Colors of #8F8554
Black with #8F8554
Text Example
Text Example
White with #8F8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8554; }
p { color: rgb(143,133,84); }
H1.HeaderClassName
{
color: #8F8554;
}
.AnyTagClassName
{
color: #8F8554;
}
</style>
background-color css
<style>
a { background-color: #8F8554; }
a { background-color: rgb(143,133,84); }
div.DivClassName
{
background-color: #8F8554;
}
.BgClassName
{
background-color: #8F8554;
}
</style>
border-color css
<style>
span { border-color: #8F8554; }
span { border-color: rgb(143,133,84); }
td.TdClassName
{
border-color: #8F8554;
}
.TagClassName
{
border-color: #8F8554;
}
</style>