Shades of Clay Creek #8B7D5E
Tints of Clay Creek #8B7D5E
RGB
CMYK
RGB Variations
Color information
#8B7D5E (or 0x8B7D5E) is known color: Clay Creek. HEX triplet: 8B, 7D and 5E. RGB value is (139,125,94). Sum of RGB (Red+Green+Blue) = 139+125+94=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D5E is #7482A1. Grayscale: #7D7D7D. Windows color (decimal): -7635618 or 6192523. OLE color: 6192523.
HSL color Cylindrical-coordinate representation of color #8B7D5E: hue angle of 41.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B7D5E is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 94 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.45 |
| HSL | 41.33º | 0.19% | 0.46% | - |
| HSV(B) | 41.33º | 0.32% | 0.55% | - |
| XYZ | 20 | 20.96 | 13.58 | - |
| YUV | 125.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 94 | 0 | 0.10 | 0.32 | 0.45 | 41.33 | 0.19 | 0.46 |
| Hex | 8B | 7D | 5E | 0 | A | 20 | 2D | 29 | 13 | 2E |
| Octal | 213 | 175 | 136 | 0 | 12 | 40 | 55 | 51 | 23 | 56 |
| Binary | 10001011 | 1111101 | 1011110 | 0 | 1010 | 100000 | 101101 | 101001 | 10011 | 101110 |
Color Harmonies of #8B7D5E
Complementary color
Monochromatic Colors of #8B7D5E
Black with #8B7D5E
Text Example
Text Example
White with #8B7D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D5E; }
p { color: rgb(139,125,94); }
H1.HeaderClassName
{
color: #8B7D5E;
}
.AnyTagClassName
{
color: #8B7D5E;
}
</style>
background-color css
<style>
a { background-color: #8B7D5E; }
a { background-color: rgb(139,125,94); }
div.DivClassName
{
background-color: #8B7D5E;
}
.BgClassName
{
background-color: #8B7D5E;
}
</style>
border-color css
<style>
span { border-color: #8B7D5E; }
span { border-color: rgb(139,125,94); }
td.TdClassName
{
border-color: #8B7D5E;
}
.TagClassName
{
border-color: #8B7D5E;
}
</style>