Shades of Clay Creek #8F8457
Tints of Clay Creek #8F8457
RGB
CMYK
RGB Variations
Color information
#8F8457 (or 0x8F8457) is known color: Clay Creek. HEX triplet: 8F, 84 and 57. RGB value is (143,132,87). Sum of RGB (Red+Green+Blue) = 143+132+87=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8457 is #707BA8. Grayscale: #828282. Windows color (decimal): -7371689 or 5735567. OLE color: 5735567.
HSL color Cylindrical-coordinate representation of color #8F8457: hue angle of 48.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F8457 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 87 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.44 |
| HSL | 48.21º | 0.24% | 0.45% | - |
| HSV(B) | 48.21º | 0.39% | 0.56% | - |
| XYZ | 21.3 | 23.03 | 12.34 | - |
| YUV | 130.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 87 | 0 | 0.08 | 0.39 | 0.44 | 48.21 | 0.24 | 0.45 |
| Hex | 8F | 84 | 57 | 0 | 8 | 27 | 2C | 30 | 18 | 2D |
| Octal | 217 | 204 | 127 | 0 | 10 | 47 | 54 | 60 | 30 | 55 |
| Binary | 10001111 | 10000100 | 1010111 | 0 | 1000 | 100111 | 101100 | 110000 | 11000 | 101101 |
Color Harmonies of #8F8457
Complementary color
Monochromatic Colors of #8F8457
Black with #8F8457
Text Example
Text Example
White with #8F8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8457; }
p { color: rgb(143,132,87); }
H1.HeaderClassName
{
color: #8F8457;
}
.AnyTagClassName
{
color: #8F8457;
}
</style>
background-color css
<style>
a { background-color: #8F8457; }
a { background-color: rgb(143,132,87); }
div.DivClassName
{
background-color: #8F8457;
}
.BgClassName
{
background-color: #8F8457;
}
</style>
border-color css
<style>
span { border-color: #8F8457; }
span { border-color: rgb(143,132,87); }
td.TdClassName
{
border-color: #8F8457;
}
.TagClassName
{
border-color: #8F8457;
}
</style>