Shades of Clay Creek #8D7B4B
Tints of Clay Creek #8D7B4B
RGB
CMYK
RGB Variations
Color information
#8D7B4B (or 0x8D7B4B) is known color: Clay Creek. HEX triplet: 8D, 7B and 4B. RGB value is (141,123,75). Sum of RGB (Red+Green+Blue) = 141+123+75=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7B4B is #7284B4. Grayscale: #7B7B7B. Windows color (decimal): -7505077 or 4946829. OLE color: 4946829.
HSL color Cylindrical-coordinate representation of color #8D7B4B: hue angle of 43.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D7B4B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 75 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.45 |
| HSL | 43.64º | 0.31% | 0.42% | - |
| HSV(B) | 43.64º | 0.47% | 0.55% | - |
| XYZ | 19.34 | 20.34 | 9.56 | - |
| YUV | 122.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 75 | 0 | 0.13 | 0.47 | 0.45 | 43.64 | 0.31 | 0.42 |
| Hex | 8D | 7B | 4B | 0 | D | 2F | 2D | 2C | 1F | 2A |
| Octal | 215 | 173 | 113 | 0 | 15 | 57 | 55 | 54 | 37 | 52 |
| Binary | 10001101 | 1111011 | 1001011 | 0 | 1101 | 101111 | 101101 | 101100 | 11111 | 101010 |
Color Harmonies of #8D7B4B
Complementary color
Monochromatic Colors of #8D7B4B
Black with #8D7B4B
Text Example
Text Example
White with #8D7B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B4B; }
p { color: rgb(141,123,75); }
H1.HeaderClassName
{
color: #8D7B4B;
}
.AnyTagClassName
{
color: #8D7B4B;
}
</style>
background-color css
<style>
a { background-color: #8D7B4B; }
a { background-color: rgb(141,123,75); }
div.DivClassName
{
background-color: #8D7B4B;
}
.BgClassName
{
background-color: #8D7B4B;
}
</style>
border-color css
<style>
span { border-color: #8D7B4B; }
span { border-color: rgb(141,123,75); }
td.TdClassName
{
border-color: #8D7B4B;
}
.TagClassName
{
border-color: #8D7B4B;
}
</style>