Shades of Clay Creek #8A815C
Tints of Clay Creek #8A815C
RGB
CMYK
RGB Variations
Color information
#8A815C (or 0x8A815C) is known color: Clay Creek. HEX triplet: 8A, 81 and 5C. RGB value is (138,129,92). Sum of RGB (Red+Green+Blue) = 138+129+92=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A815C is #757EA3. Grayscale: #7F7F7F. Windows color (decimal): -7700132 or 6062474. OLE color: 6062474.
HSL color Cylindrical-coordinate representation of color #8A815C: hue angle of 48.26º 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 #8A815C is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 92 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.46 |
| HSL | 48.26º | 0.2% | 0.45% | - |
| HSV(B) | 48.26º | 0.33% | 0.54% | - |
| XYZ | 20.26 | 21.88 | 13.28 | - |
| YUV | 127.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 92 | 0 | 0.07 | 0.33 | 0.46 | 48.26 | 0.2 | 0.45 |
| Hex | 8A | 81 | 5C | 0 | 7 | 21 | 2E | 30 | 14 | 2D |
| Octal | 212 | 201 | 134 | 0 | 7 | 41 | 56 | 60 | 24 | 55 |
| Binary | 10001010 | 10000001 | 1011100 | 0 | 111 | 100001 | 101110 | 110000 | 10100 | 101101 |
Color Harmonies of #8A815C
Complementary color
Monochromatic Colors of #8A815C
Black with #8A815C
Text Example
Text Example
White with #8A815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A815C; }
p { color: rgb(138,129,92); }
H1.HeaderClassName
{
color: #8A815C;
}
.AnyTagClassName
{
color: #8A815C;
}
</style>
background-color css
<style>
a { background-color: #8A815C; }
a { background-color: rgb(138,129,92); }
div.DivClassName
{
background-color: #8A815C;
}
.BgClassName
{
background-color: #8A815C;
}
</style>
border-color css
<style>
span { border-color: #8A815C; }
span { border-color: rgb(138,129,92); }
td.TdClassName
{
border-color: #8A815C;
}
.TagClassName
{
border-color: #8A815C;
}
</style>