Shades of Clay Creek #8C7B43
Tints of Clay Creek #8C7B43
RGB
CMYK
RGB Variations
Color information
#8C7B43 (or 0x8C7B43) is known color: Clay Creek. HEX triplet: 8C, 7B and 43. RGB value is (140,123,67). Sum of RGB (Red+Green+Blue) = 140+123+67=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7B43 is #7384BC. Grayscale: #797979. Windows color (decimal): -7570621 or 4422540. OLE color: 4422540.
HSL color Cylindrical-coordinate representation of color #8C7B43: hue angle of 46.03º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C7B43 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 67 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.45 |
| HSL | 46.03º | 0.35% | 0.41% | - |
| HSV(B) | 46.03º | 0.52% | 0.55% | - |
| XYZ | 18.91 | 20.15 | 8.2 | - |
| YUV | 121.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 67 | 0 | 0.12 | 0.52 | 0.45 | 46.03 | 0.35 | 0.41 |
| Hex | 8C | 7B | 43 | 0 | C | 34 | 2D | 2E | 23 | 29 |
| Octal | 214 | 173 | 103 | 0 | 14 | 64 | 55 | 56 | 43 | 51 |
| Binary | 10001100 | 1111011 | 1000011 | 0 | 1100 | 110100 | 101101 | 101110 | 100011 | 101001 |
Color Harmonies of #8C7B43
Complementary color
Monochromatic Colors of #8C7B43
Black with #8C7B43
Text Example
Text Example
White with #8C7B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B43; }
p { color: rgb(140,123,67); }
H1.HeaderClassName
{
color: #8C7B43;
}
.AnyTagClassName
{
color: #8C7B43;
}
</style>
background-color css
<style>
a { background-color: #8C7B43; }
a { background-color: rgb(140,123,67); }
div.DivClassName
{
background-color: #8C7B43;
}
.BgClassName
{
background-color: #8C7B43;
}
</style>
border-color css
<style>
span { border-color: #8C7B43; }
span { border-color: rgb(140,123,67); }
td.TdClassName
{
border-color: #8C7B43;
}
.TagClassName
{
border-color: #8C7B43;
}
</style>