Shades of Clay Creek #8C8758
Tints of Clay Creek #8C8758
RGB
CMYK
RGB Variations
Color information
#8C8758 (or 0x8C8758) is known color: Clay Creek. HEX triplet: 8C, 87 and 58. RGB value is (140,135,88). Sum of RGB (Red+Green+Blue) = 140+135+88=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8758 is #7378A7. Grayscale: #838383. Windows color (decimal): -7567528 or 5801868. OLE color: 5801868.
HSL color Cylindrical-coordinate representation of color #8C8758: hue angle of 54.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C8758 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 88 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.45 |
| HSL | 54.23º | 0.23% | 0.45% | - |
| HSV(B) | 54.23º | 0.37% | 0.55% | - |
| XYZ | 21.24 | 23.61 | 12.67 | - |
| YUV | 131.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 88 | 0 | 0.04 | 0.37 | 0.45 | 54.23 | 0.23 | 0.45 |
| Hex | 8C | 87 | 58 | 0 | 4 | 25 | 2D | 36 | 17 | 2D |
| Octal | 214 | 207 | 130 | 0 | 4 | 45 | 55 | 66 | 27 | 55 |
| Binary | 10001100 | 10000111 | 1011000 | 0 | 100 | 100101 | 101101 | 110110 | 10111 | 101101 |
Color Harmonies of #8C8758
Complementary color
Monochromatic Colors of #8C8758
Black with #8C8758
Text Example
Text Example
White with #8C8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8758; }
p { color: rgb(140,135,88); }
H1.HeaderClassName
{
color: #8C8758;
}
.AnyTagClassName
{
color: #8C8758;
}
</style>
background-color css
<style>
a { background-color: #8C8758; }
a { background-color: rgb(140,135,88); }
div.DivClassName
{
background-color: #8C8758;
}
.BgClassName
{
background-color: #8C8758;
}
</style>
border-color css
<style>
span { border-color: #8C8758; }
span { border-color: rgb(140,135,88); }
td.TdClassName
{
border-color: #8C8758;
}
.TagClassName
{
border-color: #8C8758;
}
</style>