Shades of Clay Creek #847D58
Tints of Clay Creek #847D58
RGB
CMYK
RGB Variations
Color information
#847D58 (or 0x847D58) is known color: Clay Creek. HEX triplet: 84, 7D and 58. RGB value is (132,125,88). Sum of RGB (Red+Green+Blue) = 132+125+88=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #847D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D58 is #7B82A7. Grayscale: #7B7B7B. Windows color (decimal): -8094376 or 5799300. OLE color: 5799300.
HSL color Cylindrical-coordinate representation of color #847D58: hue angle of 50.45º degrees, saturation: 0.2, 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 #847D58 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 88 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.48 |
| HSL | 50.45º | 0.2% | 0.43% | - |
| HSV(B) | 50.45º | 0.33% | 0.52% | - |
| XYZ | 18.61 | 20.28 | 12.17 | - |
| YUV | 122.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 88 | 0 | 0.05 | 0.33 | 0.48 | 50.45 | 0.2 | 0.43 |
| Hex | 84 | 7D | 58 | 0 | 5 | 21 | 30 | 32 | 14 | 2B |
| Octal | 204 | 175 | 130 | 0 | 5 | 41 | 60 | 62 | 24 | 53 |
| Binary | 10000100 | 1111101 | 1011000 | 0 | 101 | 100001 | 110000 | 110010 | 10100 | 101011 |
Color Harmonies of #847D58
Complementary color
Monochromatic Colors of #847D58
Black with #847D58
Text Example
Text Example
White with #847D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D58; }
p { color: rgb(132,125,88); }
H1.HeaderClassName
{
color: #847D58;
}
.AnyTagClassName
{
color: #847D58;
}
</style>
background-color css
<style>
a { background-color: #847D58; }
a { background-color: rgb(132,125,88); }
div.DivClassName
{
background-color: #847D58;
}
.BgClassName
{
background-color: #847D58;
}
</style>
border-color css
<style>
span { border-color: #847D58; }
span { border-color: rgb(132,125,88); }
td.TdClassName
{
border-color: #847D58;
}
.TagClassName
{
border-color: #847D58;
}
</style>