Shades of Clay Creek #857B53
Tints of Clay Creek #857B53
RGB
CMYK
RGB Variations
Color information
#857B53 (or 0x857B53) is known color: Clay Creek. HEX triplet: 85, 7B and 53. RGB value is (133,123,83). Sum of RGB (Red+Green+Blue) = 133+123+83=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #857B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B53 is #7A84AC. Grayscale: #797979. Windows color (decimal): -8029357 or 5471109. OLE color: 5471109.
HSL color Cylindrical-coordinate representation of color #857B53: hue angle of 48º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857B53 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 83 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.48 |
| HSL | 48º | 0.23% | 0.42% | - |
| HSV(B) | 48º | 0.38% | 0.52% | - |
| XYZ | 18.32 | 19.78 | 11.04 | - |
| YUV | 121.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 83 | 0 | 0.08 | 0.38 | 0.48 | 48 | 0.23 | 0.42 |
| Hex | 85 | 7B | 53 | 0 | 8 | 26 | 30 | 30 | 17 | 2A |
| Octal | 205 | 173 | 123 | 0 | 10 | 46 | 60 | 60 | 27 | 52 |
| Binary | 10000101 | 1111011 | 1010011 | 0 | 1000 | 100110 | 110000 | 110000 | 10111 | 101010 |
Color Harmonies of #857B53
Complementary color
Monochromatic Colors of #857B53
Black with #857B53
Text Example
Text Example
White with #857B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B53; }
p { color: rgb(133,123,83); }
H1.HeaderClassName
{
color: #857B53;
}
.AnyTagClassName
{
color: #857B53;
}
</style>
background-color css
<style>
a { background-color: #857B53; }
a { background-color: rgb(133,123,83); }
div.DivClassName
{
background-color: #857B53;
}
.BgClassName
{
background-color: #857B53;
}
</style>
border-color css
<style>
span { border-color: #857B53; }
span { border-color: rgb(133,123,83); }
td.TdClassName
{
border-color: #857B53;
}
.TagClassName
{
border-color: #857B53;
}
</style>