Shades of Clay Creek #8A7A48
Tints of Clay Creek #8A7A48
RGB
CMYK
RGB Variations
Color information
#8A7A48 (or 0x8A7A48) is known color: Clay Creek. HEX triplet: 8A, 7A and 48. RGB value is (138,122,72). Sum of RGB (Red+Green+Blue) = 138+122+72=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7A48 is #7585B7. Grayscale: #797979. Windows color (decimal): -7701944 or 4749962. OLE color: 4749962.
HSL color Cylindrical-coordinate representation of color #8A7A48: hue angle of 45.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A7A48 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 72 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.46 |
| HSL | 45.45º | 0.31% | 0.41% | - |
| HSV(B) | 45.45º | 0.48% | 0.54% | - |
| XYZ | 18.61 | 19.79 | 8.97 | - |
| YUV | 121.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 72 | 0 | 0.12 | 0.48 | 0.46 | 45.45 | 0.31 | 0.41 |
| Hex | 8A | 7A | 48 | 0 | C | 30 | 2E | 2D | 1F | 29 |
| Octal | 212 | 172 | 110 | 0 | 14 | 60 | 56 | 55 | 37 | 51 |
| Binary | 10001010 | 1111010 | 1001000 | 0 | 1100 | 110000 | 101110 | 101101 | 11111 | 101001 |
Color Harmonies of #8A7A48
Complementary color
Monochromatic Colors of #8A7A48
Black with #8A7A48
Text Example
Text Example
White with #8A7A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A48; }
p { color: rgb(138,122,72); }
H1.HeaderClassName
{
color: #8A7A48;
}
.AnyTagClassName
{
color: #8A7A48;
}
</style>
background-color css
<style>
a { background-color: #8A7A48; }
a { background-color: rgb(138,122,72); }
div.DivClassName
{
background-color: #8A7A48;
}
.BgClassName
{
background-color: #8A7A48;
}
</style>
border-color css
<style>
span { border-color: #8A7A48; }
span { border-color: rgb(138,122,72); }
td.TdClassName
{
border-color: #8A7A48;
}
.TagClassName
{
border-color: #8A7A48;
}
</style>