Shades of Clay Creek #8A8253
Tints of Clay Creek #8A8253
RGB
CMYK
RGB Variations
Color information
#8A8253 (or 0x8A8253) is known color: Clay Creek. HEX triplet: 8A, 82 and 53. RGB value is (138,130,83). Sum of RGB (Red+Green+Blue) = 138+130+83=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8253 is #757DAC. Grayscale: #7F7F7F. Windows color (decimal): -7699885 or 5472906. OLE color: 5472906.
HSL color Cylindrical-coordinate representation of color #8A8253: hue angle of 51.27º 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 #8A8253 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 83 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.46 |
| HSL | 51.27º | 0.25% | 0.43% | - |
| HSV(B) | 51.27º | 0.4% | 0.54% | - |
| XYZ | 20.03 | 21.99 | 11.37 | - |
| YUV | 127.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 83 | 0 | 0.06 | 0.40 | 0.46 | 51.27 | 0.25 | 0.43 |
| Hex | 8A | 82 | 53 | 0 | 6 | 28 | 2E | 33 | 19 | 2B |
| Octal | 212 | 202 | 123 | 0 | 6 | 50 | 56 | 63 | 31 | 53 |
| Binary | 10001010 | 10000010 | 1010011 | 0 | 110 | 101000 | 101110 | 110011 | 11001 | 101011 |
Color Harmonies of #8A8253
Complementary color
Monochromatic Colors of #8A8253
Black with #8A8253
Text Example
Text Example
White with #8A8253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8253; }
p { color: rgb(138,130,83); }
H1.HeaderClassName
{
color: #8A8253;
}
.AnyTagClassName
{
color: #8A8253;
}
</style>
background-color css
<style>
a { background-color: #8A8253; }
a { background-color: rgb(138,130,83); }
div.DivClassName
{
background-color: #8A8253;
}
.BgClassName
{
background-color: #8A8253;
}
</style>
border-color css
<style>
span { border-color: #8A8253; }
span { border-color: rgb(138,130,83); }
td.TdClassName
{
border-color: #8A8253;
}
.TagClassName
{
border-color: #8A8253;
}
</style>