Shades of Clay Creek #84794B
Tints of Clay Creek #84794B
RGB
CMYK
RGB Variations
Color information
#84794B (or 0x84794B) is known color: Clay Creek. HEX triplet: 84, 79 and 4B. RGB value is (132,121,75). Sum of RGB (Red+Green+Blue) = 132+121+75=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84794B is #7B86B4. Grayscale: #777777. Windows color (decimal): -8095413 or 4946308. OLE color: 4946308.
HSL color Cylindrical-coordinate representation of color #84794B: hue angle of 48.42º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84794B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 75 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.48 |
| HSL | 48.42º | 0.28% | 0.41% | - |
| HSV(B) | 48.42º | 0.43% | 0.52% | - |
| XYZ | 17.62 | 19.09 | 9.41 | - |
| YUV | 119.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 75 | 0 | 0.08 | 0.43 | 0.48 | 48.42 | 0.28 | 0.41 |
| Hex | 84 | 79 | 4B | 0 | 8 | 2B | 30 | 30 | 1C | 29 |
| Octal | 204 | 171 | 113 | 0 | 10 | 53 | 60 | 60 | 34 | 51 |
| Binary | 10000100 | 1111001 | 1001011 | 0 | 1000 | 101011 | 110000 | 110000 | 11100 | 101001 |
Color Harmonies of #84794B
Complementary color
Monochromatic Colors of #84794B
Black with #84794B
Text Example
Text Example
White with #84794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84794B; }
p { color: rgb(132,121,75); }
H1.HeaderClassName
{
color: #84794B;
}
.AnyTagClassName
{
color: #84794B;
}
</style>
background-color css
<style>
a { background-color: #84794B; }
a { background-color: rgb(132,121,75); }
div.DivClassName
{
background-color: #84794B;
}
.BgClassName
{
background-color: #84794B;
}
</style>
border-color css
<style>
span { border-color: #84794B; }
span { border-color: rgb(132,121,75); }
td.TdClassName
{
border-color: #84794B;
}
.TagClassName
{
border-color: #84794B;
}
</style>