Shades of Clay Creek #8B7D4A
Tints of Clay Creek #8B7D4A
RGB
CMYK
RGB Variations
Color information
#8B7D4A (or 0x8B7D4A) is known color: Clay Creek. HEX triplet: 8B, 7D and 4A. RGB value is (139,125,74). Sum of RGB (Red+Green+Blue) = 139+125+74=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D4A is #7482B5. Grayscale: #7B7B7B. Windows color (decimal): -7635638 or 4881803. OLE color: 4881803.
HSL color Cylindrical-coordinate representation of color #8B7D4A: hue angle of 47.08º 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 #8B7D4A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 74 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.45 |
| HSL | 47.08º | 0.31% | 0.42% | - |
| HSV(B) | 47.08º | 0.47% | 0.55% | - |
| XYZ | 19.22 | 20.65 | 9.45 | - |
| YUV | 123.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 74 | 0 | 0.10 | 0.47 | 0.45 | 47.08 | 0.31 | 0.42 |
| Hex | 8B | 7D | 4A | 0 | A | 2F | 2D | 2F | 1F | 2A |
| Octal | 213 | 175 | 112 | 0 | 12 | 57 | 55 | 57 | 37 | 52 |
| Binary | 10001011 | 1111101 | 1001010 | 0 | 1010 | 101111 | 101101 | 101111 | 11111 | 101010 |
Color Harmonies of #8B7D4A
Complementary color
Monochromatic Colors of #8B7D4A
Black with #8B7D4A
Text Example
Text Example
White with #8B7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D4A; }
p { color: rgb(139,125,74); }
H1.HeaderClassName
{
color: #8B7D4A;
}
.AnyTagClassName
{
color: #8B7D4A;
}
</style>
background-color css
<style>
a { background-color: #8B7D4A; }
a { background-color: rgb(139,125,74); }
div.DivClassName
{
background-color: #8B7D4A;
}
.BgClassName
{
background-color: #8B7D4A;
}
</style>
border-color css
<style>
span { border-color: #8B7D4A; }
span { border-color: rgb(139,125,74); }
td.TdClassName
{
border-color: #8B7D4A;
}
.TagClassName
{
border-color: #8B7D4A;
}
</style>