Shades of Clay Creek #8B7E48
Tints of Clay Creek #8B7E48
RGB
CMYK
RGB Variations
Color information
#8B7E48 (or 0x8B7E48) is known color: Clay Creek. HEX triplet: 8B, 7E and 48. RGB value is (139,126,72). Sum of RGB (Red+Green+Blue) = 139+126+72=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E48 is #7481B7. Grayscale: #7B7B7B. Windows color (decimal): -7635384 or 4750987. OLE color: 4750987.
HSL color Cylindrical-coordinate representation of color #8B7E48: hue angle of 48.36º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B7E48 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 72 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.45 |
| HSL | 48.36º | 0.32% | 0.41% | - |
| HSV(B) | 48.36º | 0.48% | 0.55% | - |
| XYZ | 19.28 | 20.88 | 9.14 | - |
| YUV | 123.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 72 | 0 | 0.09 | 0.48 | 0.45 | 48.36 | 0.32 | 0.41 |
| Hex | 8B | 7E | 48 | 0 | 9 | 30 | 2D | 30 | 20 | 29 |
| Octal | 213 | 176 | 110 | 0 | 11 | 60 | 55 | 60 | 40 | 51 |
| Binary | 10001011 | 1111110 | 1001000 | 0 | 1001 | 110000 | 101101 | 110000 | 100000 | 101001 |
Color Harmonies of #8B7E48
Complementary color
Monochromatic Colors of #8B7E48
Black with #8B7E48
Text Example
Text Example
White with #8B7E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E48; }
p { color: rgb(139,126,72); }
H1.HeaderClassName
{
color: #8B7E48;
}
.AnyTagClassName
{
color: #8B7E48;
}
</style>
background-color css
<style>
a { background-color: #8B7E48; }
a { background-color: rgb(139,126,72); }
div.DivClassName
{
background-color: #8B7E48;
}
.BgClassName
{
background-color: #8B7E48;
}
</style>
border-color css
<style>
span { border-color: #8B7E48; }
span { border-color: rgb(139,126,72); }
td.TdClassName
{
border-color: #8B7E48;
}
.TagClassName
{
border-color: #8B7E48;
}
</style>