Shades of Clay Creek #8B7E4D
Tints of Clay Creek #8B7E4D
RGB
CMYK
RGB Variations
Color information
#8B7E4D (or 0x8B7E4D) is known color: Clay Creek. HEX triplet: 8B, 7E and 4D. RGB value is (139,126,77). Sum of RGB (Red+Green+Blue) = 139+126+77=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E4D is #7481B2. Grayscale: #7C7C7C. Windows color (decimal): -7635379 or 5078667. OLE color: 5078667.
HSL color Cylindrical-coordinate representation of color #8B7E4D: hue angle of 47.42º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B7E4D is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 77 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.45 |
| HSL | 47.42º | 0.29% | 0.42% | - |
| HSV(B) | 47.42º | 0.45% | 0.55% | - |
| XYZ | 19.45 | 20.95 | 10.04 | - |
| YUV | 124.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 77 | 0 | 0.09 | 0.45 | 0.45 | 47.42 | 0.29 | 0.42 |
| Hex | 8B | 7E | 4D | 0 | 9 | 2D | 2D | 2F | 1D | 2A |
| Octal | 213 | 176 | 115 | 0 | 11 | 55 | 55 | 57 | 35 | 52 |
| Binary | 10001011 | 1111110 | 1001101 | 0 | 1001 | 101101 | 101101 | 101111 | 11101 | 101010 |
Color Harmonies of #8B7E4D
Complementary color
Monochromatic Colors of #8B7E4D
Black with #8B7E4D
Text Example
Text Example
White with #8B7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E4D; }
p { color: rgb(139,126,77); }
H1.HeaderClassName
{
color: #8B7E4D;
}
.AnyTagClassName
{
color: #8B7E4D;
}
</style>
background-color css
<style>
a { background-color: #8B7E4D; }
a { background-color: rgb(139,126,77); }
div.DivClassName
{
background-color: #8B7E4D;
}
.BgClassName
{
background-color: #8B7E4D;
}
</style>
border-color css
<style>
span { border-color: #8B7E4D; }
span { border-color: rgb(139,126,77); }
td.TdClassName
{
border-color: #8B7E4D;
}
.TagClassName
{
border-color: #8B7E4D;
}
</style>