Shades of Clay Creek #85784B
Tints of Clay Creek #85784B
RGB
CMYK
RGB Variations
Color information
#85784B (or 0x85784B) is known color: Clay Creek. HEX triplet: 85, 78 and 4B. RGB value is (133,120,75). Sum of RGB (Red+Green+Blue) = 133+120+75=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85784B is #7A87B4. Grayscale: #767676. Windows color (decimal): -8030133 or 4946053. OLE color: 4946053.
HSL color Cylindrical-coordinate representation of color #85784B: hue angle of 46.55º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85784B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 75 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.48 |
| HSL | 46.55º | 0.28% | 0.41% | - |
| HSV(B) | 46.55º | 0.44% | 0.52% | - |
| XYZ | 17.66 | 18.93 | 9.38 | - |
| YUV | 118.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 75 | 0 | 0.10 | 0.44 | 0.48 | 46.55 | 0.28 | 0.41 |
| Hex | 85 | 78 | 4B | 0 | A | 2C | 30 | 2F | 1C | 29 |
| Octal | 205 | 170 | 113 | 0 | 12 | 54 | 60 | 57 | 34 | 51 |
| Binary | 10000101 | 1111000 | 1001011 | 0 | 1010 | 101100 | 110000 | 101111 | 11100 | 101001 |
Color Harmonies of #85784B
Complementary color
Monochromatic Colors of #85784B
Black with #85784B
Text Example
Text Example
White with #85784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85784B; }
p { color: rgb(133,120,75); }
H1.HeaderClassName
{
color: #85784B;
}
.AnyTagClassName
{
color: #85784B;
}
</style>
background-color css
<style>
a { background-color: #85784B; }
a { background-color: rgb(133,120,75); }
div.DivClassName
{
background-color: #85784B;
}
.BgClassName
{
background-color: #85784B;
}
</style>
border-color css
<style>
span { border-color: #85784B; }
span { border-color: rgb(133,120,75); }
td.TdClassName
{
border-color: #85784B;
}
.TagClassName
{
border-color: #85784B;
}
</style>