Shades of Clay Creek #8E7B53
Tints of Clay Creek #8E7B53
RGB
CMYK
RGB Variations
Color information
#8E7B53 (or 0x8E7B53) is known color: Clay Creek. HEX triplet: 8E, 7B and 53. RGB value is (142,123,83). Sum of RGB (Red+Green+Blue) = 142+123+83=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B53 is #7184AC. Grayscale: #7C7C7C. Windows color (decimal): -7439533 or 5471118. OLE color: 5471118.
HSL color Cylindrical-coordinate representation of color #8E7B53: hue angle of 40.68º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E7B53 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 123 | 83 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.44 |
| HSL | 40.68º | 0.26% | 0.44% | - |
| HSV(B) | 40.68º | 0.42% | 0.56% | - |
| XYZ | 19.8 | 20.54 | 11.1 | - |
| YUV | 124.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 83 | 0 | 0.13 | 0.42 | 0.44 | 40.68 | 0.26 | 0.44 |
| Hex | 8E | 7B | 53 | 0 | D | 2A | 2C | 29 | 1A | 2C |
| Octal | 216 | 173 | 123 | 0 | 15 | 52 | 54 | 51 | 32 | 54 |
| Binary | 10001110 | 1111011 | 1010011 | 0 | 1101 | 101010 | 101100 | 101001 | 11010 | 101100 |
Color Harmonies of #8E7B53
Complementary color
Monochromatic Colors of #8E7B53
Black with #8E7B53
Text Example
Text Example
White with #8E7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7B53; }
p { color: rgb(142,123,83); }
H1.HeaderClassName
{
color: #8E7B53;
}
.AnyTagClassName
{
color: #8E7B53;
}
</style>
background-color css
<style>
a { background-color: #8E7B53; }
a { background-color: rgb(142,123,83); }
div.DivClassName
{
background-color: #8E7B53;
}
.BgClassName
{
background-color: #8E7B53;
}
</style>
border-color css
<style>
span { border-color: #8E7B53; }
span { border-color: rgb(142,123,83); }
td.TdClassName
{
border-color: #8E7B53;
}
.TagClassName
{
border-color: #8E7B53;
}
</style>