Shades of Clay Creek #8A7A53
Tints of Clay Creek #8A7A53
RGB
CMYK
RGB Variations
Color information
#8A7A53 (or 0x8A7A53) is known color: Clay Creek. HEX triplet: 8A, 7A and 53. RGB value is (138,122,83). Sum of RGB (Red+Green+Blue) = 138+122+83=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7A53 is #7585AC. Grayscale: #7A7A7A. Windows color (decimal): -7701933 or 5470858. OLE color: 5470858.
HSL color Cylindrical-coordinate representation of color #8A7A53: hue angle of 42.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A7A53 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 83 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.46 |
| HSL | 42.55º | 0.25% | 0.43% | - |
| HSV(B) | 42.55º | 0.4% | 0.54% | - |
| XYZ | 19 | 19.95 | 11.03 | - |
| YUV | 122.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 83 | 0 | 0.12 | 0.40 | 0.46 | 42.55 | 0.25 | 0.43 |
| Hex | 8A | 7A | 53 | 0 | C | 28 | 2E | 2B | 19 | 2B |
| Octal | 212 | 172 | 123 | 0 | 14 | 50 | 56 | 53 | 31 | 53 |
| Binary | 10001010 | 1111010 | 1010011 | 0 | 1100 | 101000 | 101110 | 101011 | 11001 | 101011 |
Color Harmonies of #8A7A53
Complementary color
Monochromatic Colors of #8A7A53
Black with #8A7A53
Text Example
Text Example
White with #8A7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A53; }
p { color: rgb(138,122,83); }
H1.HeaderClassName
{
color: #8A7A53;
}
.AnyTagClassName
{
color: #8A7A53;
}
</style>
background-color css
<style>
a { background-color: #8A7A53; }
a { background-color: rgb(138,122,83); }
div.DivClassName
{
background-color: #8A7A53;
}
.BgClassName
{
background-color: #8A7A53;
}
</style>
border-color css
<style>
span { border-color: #8A7A53; }
span { border-color: rgb(138,122,83); }
td.TdClassName
{
border-color: #8A7A53;
}
.TagClassName
{
border-color: #8A7A53;
}
</style>