Shades of Clay Creek #8B7B46
Tints of Clay Creek #8B7B46
RGB
CMYK
RGB Variations
Color information
#8B7B46 (or 0x8B7B46) is known color: Clay Creek. HEX triplet: 8B, 7B and 46. RGB value is (139,123,70). Sum of RGB (Red+Green+Blue) = 139+123+70=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B46 is #7484B9. Grayscale: #797979. Windows color (decimal): -7636154 or 4619147. OLE color: 4619147.
HSL color Cylindrical-coordinate representation of color #8B7B46: hue angle of 46.09º degrees, saturation: 0.33, 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 #8B7B46 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 70 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.45 |
| HSL | 46.09º | 0.33% | 0.41% | - |
| HSV(B) | 46.09º | 0.5% | 0.55% | - |
| XYZ | 18.84 | 20.1 | 8.68 | - |
| YUV | 121.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 70 | 0 | 0.12 | 0.50 | 0.45 | 46.09 | 0.33 | 0.41 |
| Hex | 8B | 7B | 46 | 0 | C | 32 | 2D | 2E | 21 | 29 |
| Octal | 213 | 173 | 106 | 0 | 14 | 62 | 55 | 56 | 41 | 51 |
| Binary | 10001011 | 1111011 | 1000110 | 0 | 1100 | 110010 | 101101 | 101110 | 100001 | 101001 |
Color Harmonies of #8B7B46
Complementary color
Monochromatic Colors of #8B7B46
Black with #8B7B46
Text Example
Text Example
White with #8B7B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B46; }
p { color: rgb(139,123,70); }
H1.HeaderClassName
{
color: #8B7B46;
}
.AnyTagClassName
{
color: #8B7B46;
}
</style>
background-color css
<style>
a { background-color: #8B7B46; }
a { background-color: rgb(139,123,70); }
div.DivClassName
{
background-color: #8B7B46;
}
.BgClassName
{
background-color: #8B7B46;
}
</style>
border-color css
<style>
span { border-color: #8B7B46; }
span { border-color: rgb(139,123,70); }
td.TdClassName
{
border-color: #8B7B46;
}
.TagClassName
{
border-color: #8B7B46;
}
</style>