Shades of Clay Creek #847E58
Tints of Clay Creek #847E58
RGB
CMYK
RGB Variations
Color information
#847E58 (or 0x847E58) is known color: Clay Creek. HEX triplet: 84, 7E and 58. RGB value is (132,126,88). Sum of RGB (Red+Green+Blue) = 132+126+88=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #847E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E58 is #7B81A7. Grayscale: #7B7B7B. Windows color (decimal): -8094120 or 5799556. OLE color: 5799556.
HSL color Cylindrical-coordinate representation of color #847E58: hue angle of 51.82º 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 #847E58 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 88 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.48 |
| HSL | 51.82º | 0.2% | 0.43% | - |
| HSV(B) | 51.82º | 0.33% | 0.52% | - |
| XYZ | 18.74 | 20.53 | 12.21 | - |
| YUV | 123.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 88 | 0 | 0.05 | 0.33 | 0.48 | 51.82 | 0.2 | 0.43 |
| Hex | 84 | 7E | 58 | 0 | 5 | 21 | 30 | 34 | 14 | 2B |
| Octal | 204 | 176 | 130 | 0 | 5 | 41 | 60 | 64 | 24 | 53 |
| Binary | 10000100 | 1111110 | 1011000 | 0 | 101 | 100001 | 110000 | 110100 | 10100 | 101011 |
Color Harmonies of #847E58
Complementary color
Monochromatic Colors of #847E58
Black with #847E58
Text Example
Text Example
White with #847E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E58; }
p { color: rgb(132,126,88); }
H1.HeaderClassName
{
color: #847E58;
}
.AnyTagClassName
{
color: #847E58;
}
</style>
background-color css
<style>
a { background-color: #847E58; }
a { background-color: rgb(132,126,88); }
div.DivClassName
{
background-color: #847E58;
}
.BgClassName
{
background-color: #847E58;
}
</style>
border-color css
<style>
span { border-color: #847E58; }
span { border-color: rgb(132,126,88); }
td.TdClassName
{
border-color: #847E58;
}
.TagClassName
{
border-color: #847E58;
}
</style>