Shades of Clay Creek #857F48
Tints of Clay Creek #857F48
RGB
CMYK
RGB Variations
Color information
#857F48 (or 0x857F48) is known color: Clay Creek. HEX triplet: 85, 7F and 48. RGB value is (133,127,72). Sum of RGB (Red+Green+Blue) = 133+127+72=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F48 is #7A80B7. Grayscale: #7A7A7A. Windows color (decimal): -8028344 or 4751237. OLE color: 4751237.
HSL color Cylindrical-coordinate representation of color #857F48: hue angle of 54.1º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #857F48 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 72 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.48 |
| HSL | 54.1º | 0.3% | 0.4% | - |
| HSV(B) | 54.1º | 0.46% | 0.52% | - |
| XYZ | 18.43 | 20.63 | 9.14 | - |
| YUV | 122.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 72 | 0 | 0.05 | 0.46 | 0.48 | 54.1 | 0.3 | 0.4 |
| Hex | 85 | 7F | 48 | 0 | 5 | 2E | 30 | 36 | 1E | 28 |
| Octal | 205 | 177 | 110 | 0 | 5 | 56 | 60 | 66 | 36 | 50 |
| Binary | 10000101 | 1111111 | 1001000 | 0 | 101 | 101110 | 110000 | 110110 | 11110 | 101000 |
Color Harmonies of #857F48
Complementary color
Monochromatic Colors of #857F48
Black with #857F48
Text Example
Text Example
White with #857F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F48; }
p { color: rgb(133,127,72); }
H1.HeaderClassName
{
color: #857F48;
}
.AnyTagClassName
{
color: #857F48;
}
</style>
background-color css
<style>
a { background-color: #857F48; }
a { background-color: rgb(133,127,72); }
div.DivClassName
{
background-color: #857F48;
}
.BgClassName
{
background-color: #857F48;
}
</style>
border-color css
<style>
span { border-color: #857F48; }
span { border-color: rgb(133,127,72); }
td.TdClassName
{
border-color: #857F48;
}
.TagClassName
{
border-color: #857F48;
}
</style>