Shades of Clay Creek #857A5B
Tints of Clay Creek #857A5B
RGB
CMYK
RGB Variations
Color information
#857A5B (or 0x857A5B) is known color: Clay Creek. HEX triplet: 85, 7A and 5B. RGB value is (133,122,91). Sum of RGB (Red+Green+Blue) = 133+122+91=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A5B is #7A85A4. Grayscale: #797979. Windows color (decimal): -8029605 or 5995141. OLE color: 5995141.
HSL color Cylindrical-coordinate representation of color #857A5B: hue angle of 44.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #857A5B is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 91 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.48 |
| HSL | 44.29º | 0.19% | 0.44% | - |
| HSV(B) | 44.29º | 0.32% | 0.52% | - |
| XYZ | 18.52 | 19.66 | 12.72 | - |
| YUV | 121.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 91 | 0 | 0.08 | 0.32 | 0.48 | 44.29 | 0.19 | 0.44 |
| Hex | 85 | 7A | 5B | 0 | 8 | 20 | 30 | 2C | 13 | 2C |
| Octal | 205 | 172 | 133 | 0 | 10 | 40 | 60 | 54 | 23 | 54 |
| Binary | 10000101 | 1111010 | 1011011 | 0 | 1000 | 100000 | 110000 | 101100 | 10011 | 101100 |
Color Harmonies of #857A5B
Complementary color
Monochromatic Colors of #857A5B
Black with #857A5B
Text Example
Text Example
White with #857A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A5B; }
p { color: rgb(133,122,91); }
H1.HeaderClassName
{
color: #857A5B;
}
.AnyTagClassName
{
color: #857A5B;
}
</style>
background-color css
<style>
a { background-color: #857A5B; }
a { background-color: rgb(133,122,91); }
div.DivClassName
{
background-color: #857A5B;
}
.BgClassName
{
background-color: #857A5B;
}
</style>
border-color css
<style>
span { border-color: #857A5B; }
span { border-color: rgb(133,122,91); }
td.TdClassName
{
border-color: #857A5B;
}
.TagClassName
{
border-color: #857A5B;
}
</style>