Shades of Clay Creek #857B59
Tints of Clay Creek #857B59
RGB
CMYK
RGB Variations
Color information
#857B59 (or 0x857B59) is known color: Clay Creek. HEX triplet: 85, 7B and 59. RGB value is (133,123,89). Sum of RGB (Red+Green+Blue) = 133+123+89=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #857B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B59 is #7A84A6. Grayscale: #7A7A7A. Windows color (decimal): -8029351 or 5864325. OLE color: 5864325.
HSL color Cylindrical-coordinate representation of color #857B59: hue angle of 46.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857B59 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 89 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.48 |
| HSL | 46.36º | 0.2% | 0.44% | - |
| HSV(B) | 46.36º | 0.33% | 0.52% | - |
| XYZ | 18.56 | 19.87 | 12.31 | - |
| YUV | 122.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 89 | 0 | 0.08 | 0.33 | 0.48 | 46.36 | 0.2 | 0.44 |
| Hex | 85 | 7B | 59 | 0 | 8 | 21 | 30 | 2E | 14 | 2C |
| Octal | 205 | 173 | 131 | 0 | 10 | 41 | 60 | 56 | 24 | 54 |
| Binary | 10000101 | 1111011 | 1011001 | 0 | 1000 | 100001 | 110000 | 101110 | 10100 | 101100 |
Color Harmonies of #857B59
Complementary color
Monochromatic Colors of #857B59
Black with #857B59
Text Example
Text Example
White with #857B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B59; }
p { color: rgb(133,123,89); }
H1.HeaderClassName
{
color: #857B59;
}
.AnyTagClassName
{
color: #857B59;
}
</style>
background-color css
<style>
a { background-color: #857B59; }
a { background-color: rgb(133,123,89); }
div.DivClassName
{
background-color: #857B59;
}
.BgClassName
{
background-color: #857B59;
}
</style>
border-color css
<style>
span { border-color: #857B59; }
span { border-color: rgb(133,123,89); }
td.TdClassName
{
border-color: #857B59;
}
.TagClassName
{
border-color: #857B59;
}
</style>