Shades of Clay Creek #8B7B52
Tints of Clay Creek #8B7B52
RGB
CMYK
RGB Variations
Color information
#8B7B52 (or 0x8B7B52) is known color: Clay Creek. HEX triplet: 8B, 7B and 52. RGB value is (139,123,82). Sum of RGB (Red+Green+Blue) = 139+123+82=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B52 is #7484AD. Grayscale: #7B7B7B. Windows color (decimal): -7636142 or 5405579. OLE color: 5405579.
HSL color Cylindrical-coordinate representation of color #8B7B52: hue angle of 43.16º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B7B52 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 82 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.45 |
| HSL | 43.16º | 0.26% | 0.43% | - |
| HSV(B) | 43.16º | 0.41% | 0.55% | - |
| XYZ | 19.25 | 20.26 | 10.88 | - |
| YUV | 123.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 82 | 0 | 0.12 | 0.41 | 0.45 | 43.16 | 0.26 | 0.43 |
| Hex | 8B | 7B | 52 | 0 | C | 29 | 2D | 2B | 1A | 2B |
| Octal | 213 | 173 | 122 | 0 | 14 | 51 | 55 | 53 | 32 | 53 |
| Binary | 10001011 | 1111011 | 1010010 | 0 | 1100 | 101001 | 101101 | 101011 | 11010 | 101011 |
Color Harmonies of #8B7B52
Complementary color
Monochromatic Colors of #8B7B52
Black with #8B7B52
Text Example
Text Example
White with #8B7B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B52; }
p { color: rgb(139,123,82); }
H1.HeaderClassName
{
color: #8B7B52;
}
.AnyTagClassName
{
color: #8B7B52;
}
</style>
background-color css
<style>
a { background-color: #8B7B52; }
a { background-color: rgb(139,123,82); }
div.DivClassName
{
background-color: #8B7B52;
}
.BgClassName
{
background-color: #8B7B52;
}
</style>
border-color css
<style>
span { border-color: #8B7B52; }
span { border-color: rgb(139,123,82); }
td.TdClassName
{
border-color: #8B7B52;
}
.TagClassName
{
border-color: #8B7B52;
}
</style>