Shades of Clay Creek #8C855A
Tints of Clay Creek #8C855A
RGB
CMYK
RGB Variations
Color information
#8C855A (or 0x8C855A) is known color: Clay Creek. HEX triplet: 8C, 85 and 5A. RGB value is (140,133,90). Sum of RGB (Red+Green+Blue) = 140+133+90=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C855A is #737AA5. Grayscale: #828282. Windows color (decimal): -7568038 or 5932428. OLE color: 5932428.
HSL color Cylindrical-coordinate representation of color #8C855A: hue angle of 51.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C855A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 90 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.45 |
| HSL | 51.6º | 0.22% | 0.45% | - |
| HSV(B) | 51.6º | 0.36% | 0.55% | - |
| XYZ | 21.05 | 23.09 | 13.02 | - |
| YUV | 130.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 90 | 0 | 0.05 | 0.36 | 0.45 | 51.6 | 0.22 | 0.45 |
| Hex | 8C | 85 | 5A | 0 | 5 | 24 | 2D | 34 | 16 | 2D |
| Octal | 214 | 205 | 132 | 0 | 5 | 44 | 55 | 64 | 26 | 55 |
| Binary | 10001100 | 10000101 | 1011010 | 0 | 101 | 100100 | 101101 | 110100 | 10110 | 101101 |
Color Harmonies of #8C855A
Complementary color
Monochromatic Colors of #8C855A
Black with #8C855A
Text Example
Text Example
White with #8C855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C855A; }
p { color: rgb(140,133,90); }
H1.HeaderClassName
{
color: #8C855A;
}
.AnyTagClassName
{
color: #8C855A;
}
</style>
background-color css
<style>
a { background-color: #8C855A; }
a { background-color: rgb(140,133,90); }
div.DivClassName
{
background-color: #8C855A;
}
.BgClassName
{
background-color: #8C855A;
}
</style>
border-color css
<style>
span { border-color: #8C855A; }
span { border-color: rgb(140,133,90); }
td.TdClassName
{
border-color: #8C855A;
}
.TagClassName
{
border-color: #8C855A;
}
</style>