Shades of Clay Creek #847F59
Tints of Clay Creek #847F59
RGB
CMYK
RGB Variations
Color information
#847F59 (or 0x847F59) is known color: Clay Creek. HEX triplet: 84, 7F and 59. RGB value is (132,127,89). Sum of RGB (Red+Green+Blue) = 132+127+89=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #847F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F59 is #7B80A6. Grayscale: #7C7C7C. Windows color (decimal): -8093863 or 5865348. OLE color: 5865348.
HSL color Cylindrical-coordinate representation of color #847F59: hue angle of 53.02º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #847F59 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 89 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.48 |
| HSL | 53.02º | 0.19% | 0.43% | - |
| HSV(B) | 53.02º | 0.33% | 0.52% | - |
| XYZ | 18.91 | 20.81 | 12.47 | - |
| YUV | 124.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 89 | 0 | 0.04 | 0.33 | 0.48 | 53.02 | 0.19 | 0.43 |
| Hex | 84 | 7F | 59 | 0 | 4 | 21 | 30 | 35 | 13 | 2B |
| Octal | 204 | 177 | 131 | 0 | 4 | 41 | 60 | 65 | 23 | 53 |
| Binary | 10000100 | 1111111 | 1011001 | 0 | 100 | 100001 | 110000 | 110101 | 10011 | 101011 |
Color Harmonies of #847F59
Complementary color
Monochromatic Colors of #847F59
Black with #847F59
Text Example
Text Example
White with #847F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F59; }
p { color: rgb(132,127,89); }
H1.HeaderClassName
{
color: #847F59;
}
.AnyTagClassName
{
color: #847F59;
}
</style>
background-color css
<style>
a { background-color: #847F59; }
a { background-color: rgb(132,127,89); }
div.DivClassName
{
background-color: #847F59;
}
.BgClassName
{
background-color: #847F59;
}
</style>
border-color css
<style>
span { border-color: #847F59; }
span { border-color: rgb(132,127,89); }
td.TdClassName
{
border-color: #847F59;
}
.TagClassName
{
border-color: #847F59;
}
</style>