Shades of Clay Creek #8C8258
Tints of Clay Creek #8C8258
RGB
CMYK
RGB Variations
Color information
#8C8258 (or 0x8C8258) is known color: Clay Creek. HEX triplet: 8C, 82 and 58. RGB value is (140,130,88). Sum of RGB (Red+Green+Blue) = 140+130+88=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8258 is #737DA7. Grayscale: #808080. Windows color (decimal): -7568808 or 5800588. OLE color: 5800588.
HSL color Cylindrical-coordinate representation of color #8C8258: hue angle of 48.46º 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 #8C8258 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 88 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.45 |
| HSL | 48.46º | 0.23% | 0.45% | - |
| HSV(B) | 48.46º | 0.37% | 0.55% | - |
| XYZ | 20.56 | 22.25 | 12.44 | - |
| YUV | 128.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 88 | 0 | 0.07 | 0.37 | 0.45 | 48.46 | 0.23 | 0.45 |
| Hex | 8C | 82 | 58 | 0 | 7 | 25 | 2D | 30 | 17 | 2D |
| Octal | 214 | 202 | 130 | 0 | 7 | 45 | 55 | 60 | 27 | 55 |
| Binary | 10001100 | 10000010 | 1011000 | 0 | 111 | 100101 | 101101 | 110000 | 10111 | 101101 |
Color Harmonies of #8C8258
Complementary color
Monochromatic Colors of #8C8258
Black with #8C8258
Text Example
Text Example
White with #8C8258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8258; }
p { color: rgb(140,130,88); }
H1.HeaderClassName
{
color: #8C8258;
}
.AnyTagClassName
{
color: #8C8258;
}
</style>
background-color css
<style>
a { background-color: #8C8258; }
a { background-color: rgb(140,130,88); }
div.DivClassName
{
background-color: #8C8258;
}
.BgClassName
{
background-color: #8C8258;
}
</style>
border-color css
<style>
span { border-color: #8C8258; }
span { border-color: rgb(140,130,88); }
td.TdClassName
{
border-color: #8C8258;
}
.TagClassName
{
border-color: #8C8258;
}
</style>