Shades of Clay Creek #8C7B52
Tints of Clay Creek #8C7B52
RGB
CMYK
RGB Variations
Color information
#8C7B52 (or 0x8C7B52) is known color: Clay Creek. HEX triplet: 8C, 7B and 52. RGB value is (140,123,82). Sum of RGB (Red+Green+Blue) = 140+123+82=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B52 is #7384AD. Grayscale: #7B7B7B. Windows color (decimal): -7570606 or 5405580. OLE color: 5405580.
HSL color Cylindrical-coordinate representation of color #8C7B52: hue angle of 42.41º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7B52 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 82 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.45 |
| HSL | 42.41º | 0.26% | 0.44% | - |
| HSV(B) | 42.41º | 0.41% | 0.55% | - |
| XYZ | 19.42 | 20.35 | 10.89 | - |
| YUV | 123.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 82 | 0 | 0.12 | 0.41 | 0.45 | 42.41 | 0.26 | 0.44 |
| Hex | 8C | 7B | 52 | 0 | C | 29 | 2D | 2A | 1A | 2C |
| Octal | 214 | 173 | 122 | 0 | 14 | 51 | 55 | 52 | 32 | 54 |
| Binary | 10001100 | 1111011 | 1010010 | 0 | 1100 | 101001 | 101101 | 101010 | 11010 | 101100 |
Color Harmonies of #8C7B52
Complementary color
Monochromatic Colors of #8C7B52
Black with #8C7B52
Text Example
Text Example
White with #8C7B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B52; }
p { color: rgb(140,123,82); }
H1.HeaderClassName
{
color: #8C7B52;
}
.AnyTagClassName
{
color: #8C7B52;
}
</style>
background-color css
<style>
a { background-color: #8C7B52; }
a { background-color: rgb(140,123,82); }
div.DivClassName
{
background-color: #8C7B52;
}
.BgClassName
{
background-color: #8C7B52;
}
</style>
border-color css
<style>
span { border-color: #8C7B52; }
span { border-color: rgb(140,123,82); }
td.TdClassName
{
border-color: #8C7B52;
}
.TagClassName
{
border-color: #8C7B52;
}
</style>