Shades of Clay Creek #847D50
Tints of Clay Creek #847D50
RGB
CMYK
RGB Variations
Color information
#847D50 (or 0x847D50) is known color: Clay Creek. HEX triplet: 84, 7D and 50. RGB value is (132,125,80). Sum of RGB (Red+Green+Blue) = 132+125+80=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #847D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D50 is #7B82AF. Grayscale: #7A7A7A. Windows color (decimal): -8094384 or 5275012. OLE color: 5275012.
HSL color Cylindrical-coordinate representation of color #847D50: hue angle of 51.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847D50 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 80 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.48 |
| HSL | 51.92º | 0.25% | 0.42% | - |
| HSV(B) | 51.92º | 0.39% | 0.52% | - |
| XYZ | 18.3 | 20.15 | 10.51 | - |
| YUV | 121.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 80 | 0 | 0.05 | 0.39 | 0.48 | 51.92 | 0.25 | 0.42 |
| Hex | 84 | 7D | 50 | 0 | 5 | 27 | 30 | 34 | 19 | 2A |
| Octal | 204 | 175 | 120 | 0 | 5 | 47 | 60 | 64 | 31 | 52 |
| Binary | 10000100 | 1111101 | 1010000 | 0 | 101 | 100111 | 110000 | 110100 | 11001 | 101010 |
Color Harmonies of #847D50
Complementary color
Monochromatic Colors of #847D50
Black with #847D50
Text Example
Text Example
White with #847D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D50; }
p { color: rgb(132,125,80); }
H1.HeaderClassName
{
color: #847D50;
}
.AnyTagClassName
{
color: #847D50;
}
</style>
background-color css
<style>
a { background-color: #847D50; }
a { background-color: rgb(132,125,80); }
div.DivClassName
{
background-color: #847D50;
}
.BgClassName
{
background-color: #847D50;
}
</style>
border-color css
<style>
span { border-color: #847D50; }
span { border-color: rgb(132,125,80); }
td.TdClassName
{
border-color: #847D50;
}
.TagClassName
{
border-color: #847D50;
}
</style>