Shades of Clay Creek #8B7E49
Tints of Clay Creek #8B7E49
RGB
CMYK
RGB Variations
Color information
#8B7E49 (or 0x8B7E49) is known color: Clay Creek. HEX triplet: 8B, 7E and 49. RGB value is (139,126,73). Sum of RGB (Red+Green+Blue) = 139+126+73=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E49 is #7481B6. Grayscale: #7C7C7C. Windows color (decimal): -7635383 or 4816523. OLE color: 4816523.
HSL color Cylindrical-coordinate representation of color #8B7E49: hue angle of 48.18º 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 #8B7E49 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 73 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.45 |
| HSL | 48.18º | 0.31% | 0.42% | - |
| HSV(B) | 48.18º | 0.47% | 0.55% | - |
| XYZ | 19.31 | 20.89 | 9.32 | - |
| YUV | 123.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 73 | 0 | 0.09 | 0.47 | 0.45 | 48.18 | 0.31 | 0.42 |
| Hex | 8B | 7E | 49 | 0 | 9 | 2F | 2D | 30 | 1F | 2A |
| Octal | 213 | 176 | 111 | 0 | 11 | 57 | 55 | 60 | 37 | 52 |
| Binary | 10001011 | 1111110 | 1001001 | 0 | 1001 | 101111 | 101101 | 110000 | 11111 | 101010 |
Color Harmonies of #8B7E49
Complementary color
Monochromatic Colors of #8B7E49
Black with #8B7E49
Text Example
Text Example
White with #8B7E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E49; }
p { color: rgb(139,126,73); }
H1.HeaderClassName
{
color: #8B7E49;
}
.AnyTagClassName
{
color: #8B7E49;
}
</style>
background-color css
<style>
a { background-color: #8B7E49; }
a { background-color: rgb(139,126,73); }
div.DivClassName
{
background-color: #8B7E49;
}
.BgClassName
{
background-color: #8B7E49;
}
</style>
border-color css
<style>
span { border-color: #8B7E49; }
span { border-color: rgb(139,126,73); }
td.TdClassName
{
border-color: #8B7E49;
}
.TagClassName
{
border-color: #8B7E49;
}
</style>