Shades of Clay Creek #8B7D4B
Tints of Clay Creek #8B7D4B
RGB
CMYK
RGB Variations
Color information
#8B7D4B (or 0x8B7D4B) is known color: Clay Creek. HEX triplet: 8B, 7D and 4B. RGB value is (139,125,75). Sum of RGB (Red+Green+Blue) = 139+125+75=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D4B is #7482B4. Grayscale: #7B7B7B. Windows color (decimal): -7635637 or 4947339. OLE color: 4947339.
HSL color Cylindrical-coordinate representation of color #8B7D4B: hue angle of 46.88º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B7D4B is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 75 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.45 |
| HSL | 46.88º | 0.3% | 0.42% | - |
| HSV(B) | 46.88º | 0.46% | 0.55% | - |
| XYZ | 19.25 | 20.66 | 9.63 | - |
| YUV | 123.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 75 | 0 | 0.10 | 0.46 | 0.45 | 46.88 | 0.3 | 0.42 |
| Hex | 8B | 7D | 4B | 0 | A | 2E | 2D | 2F | 1E | 2A |
| Octal | 213 | 175 | 113 | 0 | 12 | 56 | 55 | 57 | 36 | 52 |
| Binary | 10001011 | 1111101 | 1001011 | 0 | 1010 | 101110 | 101101 | 101111 | 11110 | 101010 |
Color Harmonies of #8B7D4B
Complementary color
Monochromatic Colors of #8B7D4B
Black with #8B7D4B
Text Example
Text Example
White with #8B7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D4B; }
p { color: rgb(139,125,75); }
H1.HeaderClassName
{
color: #8B7D4B;
}
.AnyTagClassName
{
color: #8B7D4B;
}
</style>
background-color css
<style>
a { background-color: #8B7D4B; }
a { background-color: rgb(139,125,75); }
div.DivClassName
{
background-color: #8B7D4B;
}
.BgClassName
{
background-color: #8B7D4B;
}
</style>
border-color css
<style>
span { border-color: #8B7D4B; }
span { border-color: rgb(139,125,75); }
td.TdClassName
{
border-color: #8B7D4B;
}
.TagClassName
{
border-color: #8B7D4B;
}
</style>