Shades of Clay Creek #8A8357
Tints of Clay Creek #8A8357
RGB
CMYK
RGB Variations
Color information
#8A8357 (or 0x8A8357) is known color: Clay Creek. HEX triplet: 8A, 83 and 57. RGB value is (138,131,87). Sum of RGB (Red+Green+Blue) = 138+131+87=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8357 is #757CA8. Grayscale: #808080. Windows color (decimal): -7699625 or 5735306. OLE color: 5735306.
HSL color Cylindrical-coordinate representation of color #8A8357: hue angle of 51.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A8357 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 131 | 87 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.46 |
| HSL | 51.76º | 0.23% | 0.44% | - |
| HSV(B) | 51.76º | 0.37% | 0.54% | - |
| XYZ | 20.32 | 22.32 | 12.25 | - |
| YUV | 128.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 87 | 0 | 0.05 | 0.37 | 0.46 | 51.76 | 0.23 | 0.44 |
| Hex | 8A | 83 | 57 | 0 | 5 | 25 | 2E | 34 | 17 | 2C |
| Octal | 212 | 203 | 127 | 0 | 5 | 45 | 56 | 64 | 27 | 54 |
| Binary | 10001010 | 10000011 | 1010111 | 0 | 101 | 100101 | 101110 | 110100 | 10111 | 101100 |
Color Harmonies of #8A8357
Complementary color
Monochromatic Colors of #8A8357
Black with #8A8357
Text Example
Text Example
White with #8A8357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8357; }
p { color: rgb(138,131,87); }
H1.HeaderClassName
{
color: #8A8357;
}
.AnyTagClassName
{
color: #8A8357;
}
</style>
background-color css
<style>
a { background-color: #8A8357; }
a { background-color: rgb(138,131,87); }
div.DivClassName
{
background-color: #8A8357;
}
.BgClassName
{
background-color: #8A8357;
}
</style>
border-color css
<style>
span { border-color: #8A8357; }
span { border-color: rgb(138,131,87); }
td.TdClassName
{
border-color: #8A8357;
}
.TagClassName
{
border-color: #8A8357;
}
</style>