Shades of Clay Creek #8A805C
Tints of Clay Creek #8A805C
RGB
CMYK
RGB Variations
Color information
#8A805C (or 0x8A805C) is known color: Clay Creek. HEX triplet: 8A, 80 and 5C. RGB value is (138,128,92). Sum of RGB (Red+Green+Blue) = 138+128+92=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A805C is #757FA3. Grayscale: #7F7F7F. Windows color (decimal): -7700388 or 6062218. OLE color: 6062218.
HSL color Cylindrical-coordinate representation of color #8A805C: hue angle of 46.96º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A805C is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 92 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.46 |
| HSL | 46.96º | 0.2% | 0.45% | - |
| HSV(B) | 46.96º | 0.33% | 0.54% | - |
| XYZ | 20.13 | 21.61 | 13.24 | - |
| YUV | 126.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 92 | 0 | 0.07 | 0.33 | 0.46 | 46.96 | 0.2 | 0.45 |
| Hex | 8A | 80 | 5C | 0 | 7 | 21 | 2E | 2F | 14 | 2D |
| Octal | 212 | 200 | 134 | 0 | 7 | 41 | 56 | 57 | 24 | 55 |
| Binary | 10001010 | 10000000 | 1011100 | 0 | 111 | 100001 | 101110 | 101111 | 10100 | 101101 |
Color Harmonies of #8A805C
Complementary color
Monochromatic Colors of #8A805C
Black with #8A805C
Text Example
Text Example
White with #8A805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A805C; }
p { color: rgb(138,128,92); }
H1.HeaderClassName
{
color: #8A805C;
}
.AnyTagClassName
{
color: #8A805C;
}
</style>
background-color css
<style>
a { background-color: #8A805C; }
a { background-color: rgb(138,128,92); }
div.DivClassName
{
background-color: #8A805C;
}
.BgClassName
{
background-color: #8A805C;
}
</style>
border-color css
<style>
span { border-color: #8A805C; }
span { border-color: rgb(138,128,92); }
td.TdClassName
{
border-color: #8A805C;
}
.TagClassName
{
border-color: #8A805C;
}
</style>