Shades of Clay Creek #857E4A
Tints of Clay Creek #857E4A
RGB
CMYK
RGB Variations
Color information
#857E4A (or 0x857E4A) is known color: Clay Creek. HEX triplet: 85, 7E and 4A. RGB value is (133,126,74). Sum of RGB (Red+Green+Blue) = 133+126+74=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E4A is #7A81B5. Grayscale: #7A7A7A. Windows color (decimal): -8028598 or 4882053. OLE color: 4882053.
HSL color Cylindrical-coordinate representation of color #857E4A: hue angle of 52.88º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857E4A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 74 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.48 |
| HSL | 52.88º | 0.29% | 0.41% | - |
| HSV(B) | 52.88º | 0.44% | 0.52% | - |
| XYZ | 18.37 | 20.4 | 9.45 | - |
| YUV | 122.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 74 | 0 | 0.05 | 0.44 | 0.48 | 52.88 | 0.29 | 0.41 |
| Hex | 85 | 7E | 4A | 0 | 5 | 2C | 30 | 35 | 1D | 29 |
| Octal | 205 | 176 | 112 | 0 | 5 | 54 | 60 | 65 | 35 | 51 |
| Binary | 10000101 | 1111110 | 1001010 | 0 | 101 | 101100 | 110000 | 110101 | 11101 | 101001 |
Color Harmonies of #857E4A
Complementary color
Monochromatic Colors of #857E4A
Black with #857E4A
Text Example
Text Example
White with #857E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E4A; }
p { color: rgb(133,126,74); }
H1.HeaderClassName
{
color: #857E4A;
}
.AnyTagClassName
{
color: #857E4A;
}
</style>
background-color css
<style>
a { background-color: #857E4A; }
a { background-color: rgb(133,126,74); }
div.DivClassName
{
background-color: #857E4A;
}
.BgClassName
{
background-color: #857E4A;
}
</style>
border-color css
<style>
span { border-color: #857E4A; }
span { border-color: rgb(133,126,74); }
td.TdClassName
{
border-color: #857E4A;
}
.TagClassName
{
border-color: #857E4A;
}
</style>