Shades of Clay Creek #8A7C54
Tints of Clay Creek #8A7C54
RGB
CMYK
RGB Variations
Color information
#8A7C54 (or 0x8A7C54) is known color: Clay Creek. HEX triplet: 8A, 7C and 54. RGB value is (138,124,84). Sum of RGB (Red+Green+Blue) = 138+124+84=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C54 is #7583AB. Grayscale: #7B7B7B. Windows color (decimal): -7701420 or 5536906. OLE color: 5536906.
HSL color Cylindrical-coordinate representation of color #8A7C54: hue angle of 44.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A7C54 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 124 | 84 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.46 |
| HSL | 44.44º | 0.24% | 0.44% | - |
| HSV(B) | 44.44º | 0.39% | 0.54% | - |
| XYZ | 19.29 | 20.46 | 11.32 | - |
| YUV | 123.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 84 | 0 | 0.10 | 0.39 | 0.46 | 44.44 | 0.24 | 0.44 |
| Hex | 8A | 7C | 54 | 0 | A | 27 | 2E | 2C | 18 | 2C |
| Octal | 212 | 174 | 124 | 0 | 12 | 47 | 56 | 54 | 30 | 54 |
| Binary | 10001010 | 1111100 | 1010100 | 0 | 1010 | 100111 | 101110 | 101100 | 11000 | 101100 |
Color Harmonies of #8A7C54
Complementary color
Monochromatic Colors of #8A7C54
Black with #8A7C54
Text Example
Text Example
White with #8A7C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7C54; }
p { color: rgb(138,124,84); }
H1.HeaderClassName
{
color: #8A7C54;
}
.AnyTagClassName
{
color: #8A7C54;
}
</style>
background-color css
<style>
a { background-color: #8A7C54; }
a { background-color: rgb(138,124,84); }
div.DivClassName
{
background-color: #8A7C54;
}
.BgClassName
{
background-color: #8A7C54;
}
</style>
border-color css
<style>
span { border-color: #8A7C54; }
span { border-color: rgb(138,124,84); }
td.TdClassName
{
border-color: #8A7C54;
}
.TagClassName
{
border-color: #8A7C54;
}
</style>