Shades of Clay Creek #858153
Tints of Clay Creek #858153
RGB
CMYK
RGB Variations
Color information
#858153 (or 0x858153) is known color: Clay Creek. HEX triplet: 85, 81 and 53. RGB value is (133,129,83). Sum of RGB (Red+Green+Blue) = 133+129+83=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #858153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858153 is #7A7EAC. Grayscale: #7D7D7D. Windows color (decimal): -8027821 or 5472645. OLE color: 5472645.
HSL color Cylindrical-coordinate representation of color #858153: hue angle of 55.2º 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 #858153 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 83 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.48 |
| HSL | 55.2º | 0.23% | 0.42% | - |
| HSV(B) | 55.2º | 0.38% | 0.52% | - |
| XYZ | 19.08 | 21.31 | 11.29 | - |
| YUV | 124.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 83 | 0 | 0.03 | 0.38 | 0.48 | 55.2 | 0.23 | 0.42 |
| Hex | 85 | 81 | 53 | 0 | 3 | 26 | 30 | 37 | 17 | 2A |
| Octal | 205 | 201 | 123 | 0 | 3 | 46 | 60 | 67 | 27 | 52 |
| Binary | 10000101 | 10000001 | 1010011 | 0 | 11 | 100110 | 110000 | 110111 | 10111 | 101010 |
Color Harmonies of #858153
Complementary color
Monochromatic Colors of #858153
Black with #858153
Text Example
Text Example
White with #858153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858153; }
p { color: rgb(133,129,83); }
H1.HeaderClassName
{
color: #858153;
}
.AnyTagClassName
{
color: #858153;
}
</style>
background-color css
<style>
a { background-color: #858153; }
a { background-color: rgb(133,129,83); }
div.DivClassName
{
background-color: #858153;
}
.BgClassName
{
background-color: #858153;
}
</style>
border-color css
<style>
span { border-color: #858153; }
span { border-color: rgb(133,129,83); }
td.TdClassName
{
border-color: #858153;
}
.TagClassName
{
border-color: #858153;
}
</style>