Shades of Clay Creek #8C825D
Tints of Clay Creek #8C825D
RGB
CMYK
RGB Variations
Color information
#8C825D (or 0x8C825D) is known color: Clay Creek. HEX triplet: 8C, 82 and 5D. RGB value is (140,130,93). Sum of RGB (Red+Green+Blue) = 140+130+93=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C825D is #737DA2. Grayscale: #808080. Windows color (decimal): -7568803 or 6128268. OLE color: 6128268.
HSL color Cylindrical-coordinate representation of color #8C825D: hue angle of 47.23º 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 #8C825D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 93 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.45 |
| HSL | 47.23º | 0.2% | 0.46% | - |
| HSV(B) | 47.23º | 0.34% | 0.55% | - |
| XYZ | 20.77 | 22.33 | 13.57 | - |
| YUV | 128.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 93 | 0 | 0.07 | 0.34 | 0.45 | 47.23 | 0.2 | 0.46 |
| Hex | 8C | 82 | 5D | 0 | 7 | 22 | 2D | 2F | 14 | 2E |
| Octal | 214 | 202 | 135 | 0 | 7 | 42 | 55 | 57 | 24 | 56 |
| Binary | 10001100 | 10000010 | 1011101 | 0 | 111 | 100010 | 101101 | 101111 | 10100 | 101110 |
Color Harmonies of #8C825D
Complementary color
Monochromatic Colors of #8C825D
Black with #8C825D
Text Example
Text Example
White with #8C825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C825D; }
p { color: rgb(140,130,93); }
H1.HeaderClassName
{
color: #8C825D;
}
.AnyTagClassName
{
color: #8C825D;
}
</style>
background-color css
<style>
a { background-color: #8C825D; }
a { background-color: rgb(140,130,93); }
div.DivClassName
{
background-color: #8C825D;
}
.BgClassName
{
background-color: #8C825D;
}
</style>
border-color css
<style>
span { border-color: #8C825D; }
span { border-color: rgb(140,130,93); }
td.TdClassName
{
border-color: #8C825D;
}
.TagClassName
{
border-color: #8C825D;
}
</style>