Shades of Clay Creek #8B7E45
Tints of Clay Creek #8B7E45
RGB
CMYK
RGB Variations
Color information
#8B7E45 (or 0x8B7E45) is known color: Clay Creek. HEX triplet: 8B, 7E and 45. RGB value is (139,126,69). Sum of RGB (Red+Green+Blue) = 139+126+69=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E45 is #7481BA. Grayscale: #7B7B7B. Windows color (decimal): -7635387 or 4554379. OLE color: 4554379.
HSL color Cylindrical-coordinate representation of color #8B7E45: hue angle of 48.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7E45 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 69 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.45 |
| HSL | 48.86º | 0.34% | 0.41% | - |
| HSV(B) | 48.86º | 0.5% | 0.55% | - |
| XYZ | 19.18 | 20.84 | 8.64 | - |
| YUV | 123.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 69 | 0 | 0.09 | 0.50 | 0.45 | 48.86 | 0.34 | 0.41 |
| Hex | 8B | 7E | 45 | 0 | 9 | 32 | 2D | 31 | 22 | 29 |
| Octal | 213 | 176 | 105 | 0 | 11 | 62 | 55 | 61 | 42 | 51 |
| Binary | 10001011 | 1111110 | 1000101 | 0 | 1001 | 110010 | 101101 | 110001 | 100010 | 101001 |
Color Harmonies of #8B7E45
Complementary color
Monochromatic Colors of #8B7E45
Black with #8B7E45
Text Example
Text Example
White with #8B7E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E45; }
p { color: rgb(139,126,69); }
H1.HeaderClassName
{
color: #8B7E45;
}
.AnyTagClassName
{
color: #8B7E45;
}
</style>
background-color css
<style>
a { background-color: #8B7E45; }
a { background-color: rgb(139,126,69); }
div.DivClassName
{
background-color: #8B7E45;
}
.BgClassName
{
background-color: #8B7E45;
}
</style>
border-color css
<style>
span { border-color: #8B7E45; }
span { border-color: rgb(139,126,69); }
td.TdClassName
{
border-color: #8B7E45;
}
.TagClassName
{
border-color: #8B7E45;
}
</style>