Shades of Clay Creek #85814A
Tints of Clay Creek #85814A
RGB
CMYK
RGB Variations
Color information
#85814A (or 0x85814A) is known color: Clay Creek. HEX triplet: 85, 81 and 4A. RGB value is (133,129,74). Sum of RGB (Red+Green+Blue) = 133+129+74=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #85814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85814A is #7A7EB5. Grayscale: #7C7C7C. Windows color (decimal): -8027830 or 4882821. OLE color: 4882821.
HSL color Cylindrical-coordinate representation of color #85814A: hue angle of 55.93º degrees, saturation: 0.29, 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 #85814A is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 74 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.48 |
| HSL | 55.93º | 0.29% | 0.41% | - |
| HSV(B) | 55.93º | 0.44% | 0.52% | - |
| XYZ | 18.76 | 21.18 | 9.58 | - |
| YUV | 123.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 74 | 0 | 0.03 | 0.44 | 0.48 | 55.93 | 0.29 | 0.41 |
| Hex | 85 | 81 | 4A | 0 | 3 | 2C | 30 | 38 | 1D | 29 |
| Octal | 205 | 201 | 112 | 0 | 3 | 54 | 60 | 70 | 35 | 51 |
| Binary | 10000101 | 10000001 | 1001010 | 0 | 11 | 101100 | 110000 | 111000 | 11101 | 101001 |
Color Harmonies of #85814A
Complementary color
Monochromatic Colors of #85814A
Black with #85814A
Text Example
Text Example
White with #85814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85814A; }
p { color: rgb(133,129,74); }
H1.HeaderClassName
{
color: #85814A;
}
.AnyTagClassName
{
color: #85814A;
}
</style>
background-color css
<style>
a { background-color: #85814A; }
a { background-color: rgb(133,129,74); }
div.DivClassName
{
background-color: #85814A;
}
.BgClassName
{
background-color: #85814A;
}
</style>
border-color css
<style>
span { border-color: #85814A; }
span { border-color: rgb(133,129,74); }
td.TdClassName
{
border-color: #85814A;
}
.TagClassName
{
border-color: #85814A;
}
</style>