Shades of Clay Creek #847B4A
Tints of Clay Creek #847B4A
RGB
CMYK
RGB Variations
Color information
#847B4A (or 0x847B4A) is known color: Clay Creek. HEX triplet: 84, 7B and 4A. RGB value is (132,123,74). Sum of RGB (Red+Green+Blue) = 132+123+74=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #847B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B4A is #7B84B5. Grayscale: #787878. Windows color (decimal): -8094902 or 4881284. OLE color: 4881284.
HSL color Cylindrical-coordinate representation of color #847B4A: hue angle of 50.69º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #847B4A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 74 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.48 |
| HSL | 50.69º | 0.28% | 0.4% | - |
| HSV(B) | 50.69º | 0.44% | 0.52% | - |
| XYZ | 17.83 | 19.57 | 9.32 | - |
| YUV | 120.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 74 | 0 | 0.07 | 0.44 | 0.48 | 50.69 | 0.28 | 0.4 |
| Hex | 84 | 7B | 4A | 0 | 7 | 2C | 30 | 33 | 1C | 28 |
| Octal | 204 | 173 | 112 | 0 | 7 | 54 | 60 | 63 | 34 | 50 |
| Binary | 10000100 | 1111011 | 1001010 | 0 | 111 | 101100 | 110000 | 110011 | 11100 | 101000 |
Color Harmonies of #847B4A
Complementary color
Monochromatic Colors of #847B4A
Black with #847B4A
Text Example
Text Example
White with #847B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B4A; }
p { color: rgb(132,123,74); }
H1.HeaderClassName
{
color: #847B4A;
}
.AnyTagClassName
{
color: #847B4A;
}
</style>
background-color css
<style>
a { background-color: #847B4A; }
a { background-color: rgb(132,123,74); }
div.DivClassName
{
background-color: #847B4A;
}
.BgClassName
{
background-color: #847B4A;
}
</style>
border-color css
<style>
span { border-color: #847B4A; }
span { border-color: rgb(132,123,74); }
td.TdClassName
{
border-color: #847B4A;
}
.TagClassName
{
border-color: #847B4A;
}
</style>