Shades of Clay Creek #857A4C
Tints of Clay Creek #857A4C
RGB
CMYK
RGB Variations
Color information
#857A4C (or 0x857A4C) is known color: Clay Creek. HEX triplet: 85, 7A and 4C. RGB value is (133,122,76). Sum of RGB (Red+Green+Blue) = 133+122+76=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #857A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A4C is #7A85B3. Grayscale: #787878. Windows color (decimal): -8029620 or 5012101. OLE color: 5012101.
HSL color Cylindrical-coordinate representation of color #857A4C: hue angle of 48.42º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #857A4C is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 76 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.48 |
| HSL | 48.42º | 0.27% | 0.41% | - |
| HSV(B) | 48.42º | 0.43% | 0.52% | - |
| XYZ | 17.94 | 19.43 | 9.64 | - |
| YUV | 120.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 76 | 0 | 0.08 | 0.43 | 0.48 | 48.42 | 0.27 | 0.41 |
| Hex | 85 | 7A | 4C | 0 | 8 | 2B | 30 | 30 | 1B | 29 |
| Octal | 205 | 172 | 114 | 0 | 10 | 53 | 60 | 60 | 33 | 51 |
| Binary | 10000101 | 1111010 | 1001100 | 0 | 1000 | 101011 | 110000 | 110000 | 11011 | 101001 |
Color Harmonies of #857A4C
Complementary color
Monochromatic Colors of #857A4C
Black with #857A4C
Text Example
Text Example
White with #857A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A4C; }
p { color: rgb(133,122,76); }
H1.HeaderClassName
{
color: #857A4C;
}
.AnyTagClassName
{
color: #857A4C;
}
</style>
background-color css
<style>
a { background-color: #857A4C; }
a { background-color: rgb(133,122,76); }
div.DivClassName
{
background-color: #857A4C;
}
.BgClassName
{
background-color: #857A4C;
}
</style>
border-color css
<style>
span { border-color: #857A4C; }
span { border-color: rgb(133,122,76); }
td.TdClassName
{
border-color: #857A4C;
}
.TagClassName
{
border-color: #857A4C;
}
</style>