Shades of Clay Creek #85784E
Tints of Clay Creek #85784E
RGB
CMYK
RGB Variations
Color information
#85784E (or 0x85784E) is known color: Clay Creek. HEX triplet: 85, 78 and 4E. RGB value is (133,120,78). Sum of RGB (Red+Green+Blue) = 133+120+78=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85784E is #7A87B1. Grayscale: #777777. Windows color (decimal): -8030130 or 5142661. OLE color: 5142661.
HSL color Cylindrical-coordinate representation of color #85784E: hue angle of 45.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85784E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 78 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.48 |
| HSL | 45.82º | 0.26% | 0.41% | - |
| HSV(B) | 45.82º | 0.41% | 0.52% | - |
| XYZ | 17.76 | 18.97 | 9.93 | - |
| YUV | 119.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 78 | 0 | 0.10 | 0.41 | 0.48 | 45.82 | 0.26 | 0.41 |
| Hex | 85 | 78 | 4E | 0 | A | 29 | 30 | 2E | 1A | 29 |
| Octal | 205 | 170 | 116 | 0 | 12 | 51 | 60 | 56 | 32 | 51 |
| Binary | 10000101 | 1111000 | 1001110 | 0 | 1010 | 101001 | 110000 | 101110 | 11010 | 101001 |
Color Harmonies of #85784E
Complementary color
Monochromatic Colors of #85784E
Black with #85784E
Text Example
Text Example
White with #85784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85784E; }
p { color: rgb(133,120,78); }
H1.HeaderClassName
{
color: #85784E;
}
.AnyTagClassName
{
color: #85784E;
}
</style>
background-color css
<style>
a { background-color: #85784E; }
a { background-color: rgb(133,120,78); }
div.DivClassName
{
background-color: #85784E;
}
.BgClassName
{
background-color: #85784E;
}
</style>
border-color css
<style>
span { border-color: #85784E; }
span { border-color: rgb(133,120,78); }
td.TdClassName
{
border-color: #85784E;
}
.TagClassName
{
border-color: #85784E;
}
</style>