Shades of Clay Creek #857A4E
Tints of Clay Creek #857A4E
RGB
CMYK
RGB Variations
Color information
#857A4E (or 0x857A4E) is known color: Clay Creek. HEX triplet: 85, 7A and 4E. RGB value is (133,122,78). Sum of RGB (Red+Green+Blue) = 133+122+78=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A4E is #7A85B1. Grayscale: #787878. Windows color (decimal): -8029618 or 5143173. OLE color: 5143173.
HSL color Cylindrical-coordinate representation of color #857A4E: hue angle of 48º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #857A4E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 78 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.48 |
| HSL | 48º | 0.26% | 0.41% | - |
| HSV(B) | 48º | 0.41% | 0.52% | - |
| XYZ | 18.01 | 19.46 | 10.01 | - |
| YUV | 120.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 78 | 0 | 0.08 | 0.41 | 0.48 | 48 | 0.26 | 0.41 |
| Hex | 85 | 7A | 4E | 0 | 8 | 29 | 30 | 30 | 1A | 29 |
| Octal | 205 | 172 | 116 | 0 | 10 | 51 | 60 | 60 | 32 | 51 |
| Binary | 10000101 | 1111010 | 1001110 | 0 | 1000 | 101001 | 110000 | 110000 | 11010 | 101001 |
Color Harmonies of #857A4E
Complementary color
Monochromatic Colors of #857A4E
Black with #857A4E
Text Example
Text Example
White with #857A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A4E; }
p { color: rgb(133,122,78); }
H1.HeaderClassName
{
color: #857A4E;
}
.AnyTagClassName
{
color: #857A4E;
}
</style>
background-color css
<style>
a { background-color: #857A4E; }
a { background-color: rgb(133,122,78); }
div.DivClassName
{
background-color: #857A4E;
}
.BgClassName
{
background-color: #857A4E;
}
</style>
border-color css
<style>
span { border-color: #857A4E; }
span { border-color: rgb(133,122,78); }
td.TdClassName
{
border-color: #857A4E;
}
.TagClassName
{
border-color: #857A4E;
}
</style>