Shades of Clay Creek #8D7B4A
Tints of Clay Creek #8D7B4A
RGB
CMYK
RGB Variations
Color information
#8D7B4A (or 0x8D7B4A) is known color: Clay Creek. HEX triplet: 8D, 7B and 4A. RGB value is (141,123,74). Sum of RGB (Red+Green+Blue) = 141+123+74=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7B4A is #7284B5. Grayscale: #7B7B7B. Windows color (decimal): -7505078 or 4881293. OLE color: 4881293.
HSL color Cylindrical-coordinate representation of color #8D7B4A: hue angle of 43.88º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D7B4A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 74 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.45 |
| HSL | 43.88º | 0.31% | 0.42% | - |
| HSV(B) | 43.88º | 0.48% | 0.55% | - |
| XYZ | 19.3 | 20.32 | 9.38 | - |
| YUV | 122.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 74 | 0 | 0.13 | 0.48 | 0.45 | 43.88 | 0.31 | 0.42 |
| Hex | 8D | 7B | 4A | 0 | D | 30 | 2D | 2C | 1F | 2A |
| Octal | 215 | 173 | 112 | 0 | 15 | 60 | 55 | 54 | 37 | 52 |
| Binary | 10001101 | 1111011 | 1001010 | 0 | 1101 | 110000 | 101101 | 101100 | 11111 | 101010 |
Color Harmonies of #8D7B4A
Complementary color
Monochromatic Colors of #8D7B4A
Black with #8D7B4A
Text Example
Text Example
White with #8D7B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B4A; }
p { color: rgb(141,123,74); }
H1.HeaderClassName
{
color: #8D7B4A;
}
.AnyTagClassName
{
color: #8D7B4A;
}
</style>
background-color css
<style>
a { background-color: #8D7B4A; }
a { background-color: rgb(141,123,74); }
div.DivClassName
{
background-color: #8D7B4A;
}
.BgClassName
{
background-color: #8D7B4A;
}
</style>
border-color css
<style>
span { border-color: #8D7B4A; }
span { border-color: rgb(141,123,74); }
td.TdClassName
{
border-color: #8D7B4A;
}
.TagClassName
{
border-color: #8D7B4A;
}
</style>