Shades of Clay Creek #857A58
Tints of Clay Creek #857A58
RGB
CMYK
RGB Variations
Color information
#857A58 (or 0x857A58) is known color: Clay Creek. HEX triplet: 85, 7A and 58. RGB value is (133,122,88). Sum of RGB (Red+Green+Blue) = 133+122+88=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #857A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A58 is #7A85A7. Grayscale: #797979. Windows color (decimal): -8029608 or 5798533. OLE color: 5798533.
HSL color Cylindrical-coordinate representation of color #857A58: hue angle of 45.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #857A58 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 88 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.48 |
| HSL | 45.33º | 0.2% | 0.43% | - |
| HSV(B) | 45.33º | 0.34% | 0.52% | - |
| XYZ | 18.39 | 19.61 | 12.05 | - |
| YUV | 121.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 88 | 0 | 0.08 | 0.34 | 0.48 | 45.33 | 0.2 | 0.43 |
| Hex | 85 | 7A | 58 | 0 | 8 | 22 | 30 | 2D | 14 | 2B |
| Octal | 205 | 172 | 130 | 0 | 10 | 42 | 60 | 55 | 24 | 53 |
| Binary | 10000101 | 1111010 | 1011000 | 0 | 1000 | 100010 | 110000 | 101101 | 10100 | 101011 |
Color Harmonies of #857A58
Complementary color
Monochromatic Colors of #857A58
Black with #857A58
Text Example
Text Example
White with #857A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A58; }
p { color: rgb(133,122,88); }
H1.HeaderClassName
{
color: #857A58;
}
.AnyTagClassName
{
color: #857A58;
}
</style>
background-color css
<style>
a { background-color: #857A58; }
a { background-color: rgb(133,122,88); }
div.DivClassName
{
background-color: #857A58;
}
.BgClassName
{
background-color: #857A58;
}
</style>
border-color css
<style>
span { border-color: #857A58; }
span { border-color: rgb(133,122,88); }
td.TdClassName
{
border-color: #857A58;
}
.TagClassName
{
border-color: #857A58;
}
</style>