Shades of Clay Creek #8B7E58
Tints of Clay Creek #8B7E58
RGB
CMYK
RGB Variations
Color information
#8B7E58 (or 0x8B7E58) is known color: Clay Creek. HEX triplet: 8B, 7E and 58. RGB value is (139,126,88). Sum of RGB (Red+Green+Blue) = 139+126+88=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E58 is #7481A7. Grayscale: #7D7D7D. Windows color (decimal): -7635368 or 5799563. OLE color: 5799563.
HSL color Cylindrical-coordinate representation of color #8B7E58: hue angle of 44.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7E58 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 88 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.45 |
| HSL | 44.71º | 0.22% | 0.45% | - |
| HSV(B) | 44.71º | 0.37% | 0.55% | - |
| XYZ | 19.87 | 21.12 | 12.26 | - |
| YUV | 125.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 88 | 0 | 0.09 | 0.37 | 0.45 | 44.71 | 0.22 | 0.45 |
| Hex | 8B | 7E | 58 | 0 | 9 | 25 | 2D | 2D | 16 | 2D |
| Octal | 213 | 176 | 130 | 0 | 11 | 45 | 55 | 55 | 26 | 55 |
| Binary | 10001011 | 1111110 | 1011000 | 0 | 1001 | 100101 | 101101 | 101101 | 10110 | 101101 |
Color Harmonies of #8B7E58
Complementary color
Monochromatic Colors of #8B7E58
Black with #8B7E58
Text Example
Text Example
White with #8B7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E58; }
p { color: rgb(139,126,88); }
H1.HeaderClassName
{
color: #8B7E58;
}
.AnyTagClassName
{
color: #8B7E58;
}
</style>
background-color css
<style>
a { background-color: #8B7E58; }
a { background-color: rgb(139,126,88); }
div.DivClassName
{
background-color: #8B7E58;
}
.BgClassName
{
background-color: #8B7E58;
}
</style>
border-color css
<style>
span { border-color: #8B7E58; }
span { border-color: rgb(139,126,88); }
td.TdClassName
{
border-color: #8B7E58;
}
.TagClassName
{
border-color: #8B7E58;
}
</style>