Shades of Clay Creek #8F884F
Tints of Clay Creek #8F884F
RGB
CMYK
RGB Variations
Color information
#8F884F (or 0x8F884F) is known color: Clay Creek. HEX triplet: 8F, 88 and 4F. RGB value is (143,136,79). Sum of RGB (Red+Green+Blue) = 143+136+79=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F884F is #7077B0. Grayscale: #838383. Windows color (decimal): -7370673 or 5212303. OLE color: 5212303.
HSL color Cylindrical-coordinate representation of color #8F884F: hue angle of 53.44º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F884F is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 79 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.44 |
| HSL | 53.44º | 0.29% | 0.44% | - |
| HSV(B) | 53.44º | 0.45% | 0.56% | - |
| XYZ | 21.54 | 24.01 | 10.9 | - |
| YUV | 131.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 79 | 0 | 0.05 | 0.45 | 0.44 | 53.44 | 0.29 | 0.44 |
| Hex | 8F | 88 | 4F | 0 | 5 | 2D | 2C | 35 | 1D | 2C |
| Octal | 217 | 210 | 117 | 0 | 5 | 55 | 54 | 65 | 35 | 54 |
| Binary | 10001111 | 10001000 | 1001111 | 0 | 101 | 101101 | 101100 | 110101 | 11101 | 101100 |
Color Harmonies of #8F884F
Complementary color
Monochromatic Colors of #8F884F
Black with #8F884F
Text Example
Text Example
White with #8F884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F884F; }
p { color: rgb(143,136,79); }
H1.HeaderClassName
{
color: #8F884F;
}
.AnyTagClassName
{
color: #8F884F;
}
</style>
background-color css
<style>
a { background-color: #8F884F; }
a { background-color: rgb(143,136,79); }
div.DivClassName
{
background-color: #8F884F;
}
.BgClassName
{
background-color: #8F884F;
}
</style>
border-color css
<style>
span { border-color: #8F884F; }
span { border-color: rgb(143,136,79); }
td.TdClassName
{
border-color: #8F884F;
}
.TagClassName
{
border-color: #8F884F;
}
</style>