Shades of Clay Creek #8C855D
Tints of Clay Creek #8C855D
RGB
CMYK
RGB Variations
Color information
#8C855D (or 0x8C855D) is known color: Clay Creek. HEX triplet: 8C, 85 and 5D. RGB value is (140,133,93). Sum of RGB (Red+Green+Blue) = 140+133+93=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C855D is #737AA2. Grayscale: #828282. Windows color (decimal): -7568035 or 6129036. OLE color: 6129036.
HSL color Cylindrical-coordinate representation of color #8C855D: hue angle of 51.06º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C855D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 93 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.45 |
| HSL | 51.06º | 0.2% | 0.46% | - |
| HSV(B) | 51.06º | 0.34% | 0.55% | - |
| XYZ | 21.18 | 23.14 | 13.71 | - |
| YUV | 130.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 93 | 0 | 0.05 | 0.34 | 0.45 | 51.06 | 0.2 | 0.46 |
| Hex | 8C | 85 | 5D | 0 | 5 | 22 | 2D | 33 | 14 | 2E |
| Octal | 214 | 205 | 135 | 0 | 5 | 42 | 55 | 63 | 24 | 56 |
| Binary | 10001100 | 10000101 | 1011101 | 0 | 101 | 100010 | 101101 | 110011 | 10100 | 101110 |
Color Harmonies of #8C855D
Complementary color
Monochromatic Colors of #8C855D
Black with #8C855D
Text Example
Text Example
White with #8C855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C855D; }
p { color: rgb(140,133,93); }
H1.HeaderClassName
{
color: #8C855D;
}
.AnyTagClassName
{
color: #8C855D;
}
</style>
background-color css
<style>
a { background-color: #8C855D; }
a { background-color: rgb(140,133,93); }
div.DivClassName
{
background-color: #8C855D;
}
.BgClassName
{
background-color: #8C855D;
}
</style>
border-color css
<style>
span { border-color: #8C855D; }
span { border-color: rgb(140,133,93); }
td.TdClassName
{
border-color: #8C855D;
}
.TagClassName
{
border-color: #8C855D;
}
</style>