Shades of Clay Creek #8C8757
Tints of Clay Creek #8C8757
RGB
CMYK
RGB Variations
Color information
#8C8757 (or 0x8C8757) is known color: Clay Creek. HEX triplet: 8C, 87 and 57. RGB value is (140,135,87). Sum of RGB (Red+Green+Blue) = 140+135+87=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8757 is #7378A8. Grayscale: #838383. Windows color (decimal): -7567529 or 5736332. OLE color: 5736332.
HSL color Cylindrical-coordinate representation of color #8C8757: hue angle of 54.34º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C8757 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 87 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.45 |
| HSL | 54.34º | 0.23% | 0.45% | - |
| HSV(B) | 54.34º | 0.38% | 0.55% | - |
| XYZ | 21.2 | 23.59 | 12.45 | - |
| YUV | 131.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 87 | 0 | 0.04 | 0.38 | 0.45 | 54.34 | 0.23 | 0.45 |
| Hex | 8C | 87 | 57 | 0 | 4 | 26 | 2D | 36 | 17 | 2D |
| Octal | 214 | 207 | 127 | 0 | 4 | 46 | 55 | 66 | 27 | 55 |
| Binary | 10001100 | 10000111 | 1010111 | 0 | 100 | 100110 | 101101 | 110110 | 10111 | 101101 |
Color Harmonies of #8C8757
Complementary color
Monochromatic Colors of #8C8757
Black with #8C8757
Text Example
Text Example
White with #8C8757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8757; }
p { color: rgb(140,135,87); }
H1.HeaderClassName
{
color: #8C8757;
}
.AnyTagClassName
{
color: #8C8757;
}
</style>
background-color css
<style>
a { background-color: #8C8757; }
a { background-color: rgb(140,135,87); }
div.DivClassName
{
background-color: #8C8757;
}
.BgClassName
{
background-color: #8C8757;
}
</style>
border-color css
<style>
span { border-color: #8C8757; }
span { border-color: rgb(140,135,87); }
td.TdClassName
{
border-color: #8C8757;
}
.TagClassName
{
border-color: #8C8757;
}
</style>