Shades of Clay Creek #8B7952
Tints of Clay Creek #8B7952
RGB
CMYK
RGB Variations
Color information
#8B7952 (or 0x8B7952) is known color: Clay Creek. HEX triplet: 8B, 79 and 52. RGB value is (139,121,82). Sum of RGB (Red+Green+Blue) = 139+121+82=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7952 is #7486AD. Grayscale: #7A7A7A. Windows color (decimal): -7636654 or 5405067. OLE color: 5405067.
HSL color Cylindrical-coordinate representation of color #8B7952: hue angle of 41.05º 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 #8B7952 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 82 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.45 |
| HSL | 41.05º | 0.26% | 0.43% | - |
| HSV(B) | 41.05º | 0.41% | 0.55% | - |
| XYZ | 19.01 | 19.77 | 10.8 | - |
| YUV | 121.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 82 | 0 | 0.13 | 0.41 | 0.45 | 41.05 | 0.26 | 0.43 |
| Hex | 8B | 79 | 52 | 0 | D | 29 | 2D | 29 | 1A | 2B |
| Octal | 213 | 171 | 122 | 0 | 15 | 51 | 55 | 51 | 32 | 53 |
| Binary | 10001011 | 1111001 | 1010010 | 0 | 1101 | 101001 | 101101 | 101001 | 11010 | 101011 |
Color Harmonies of #8B7952
Complementary color
Monochromatic Colors of #8B7952
Black with #8B7952
Text Example
Text Example
White with #8B7952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7952; }
p { color: rgb(139,121,82); }
H1.HeaderClassName
{
color: #8B7952;
}
.AnyTagClassName
{
color: #8B7952;
}
</style>
background-color css
<style>
a { background-color: #8B7952; }
a { background-color: rgb(139,121,82); }
div.DivClassName
{
background-color: #8B7952;
}
.BgClassName
{
background-color: #8B7952;
}
</style>
border-color css
<style>
span { border-color: #8B7952; }
span { border-color: rgb(139,121,82); }
td.TdClassName
{
border-color: #8B7952;
}
.TagClassName
{
border-color: #8B7952;
}
</style>