Shades of Clay Creek #837A56
Tints of Clay Creek #837A56
RGB
CMYK
RGB Variations
Color information
#837A56 (or 0x837A56) is known color: Clay Creek. HEX triplet: 83, 7A and 56. RGB value is (131,122,86). Sum of RGB (Red+Green+Blue) = 131+122+86=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #837A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A56 is #7C85A9. Grayscale: #787878. Windows color (decimal): -8160682 or 5667459. OLE color: 5667459.
HSL color Cylindrical-coordinate representation of color #837A56: hue angle of 48º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #837A56 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 86 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.49 |
| HSL | 48º | 0.21% | 0.43% | - |
| HSV(B) | 48º | 0.34% | 0.51% | - |
| XYZ | 18 | 19.42 | 11.6 | - |
| YUV | 120.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 86 | 0 | 0.07 | 0.34 | 0.49 | 48 | 0.21 | 0.43 |
| Hex | 83 | 7A | 56 | 0 | 7 | 22 | 31 | 30 | 15 | 2B |
| Octal | 203 | 172 | 126 | 0 | 7 | 42 | 61 | 60 | 25 | 53 |
| Binary | 10000011 | 1111010 | 1010110 | 0 | 111 | 100010 | 110001 | 110000 | 10101 | 101011 |
Color Harmonies of #837A56
Complementary color
Monochromatic Colors of #837A56
Black with #837A56
Text Example
Text Example
White with #837A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A56; }
p { color: rgb(131,122,86); }
H1.HeaderClassName
{
color: #837A56;
}
.AnyTagClassName
{
color: #837A56;
}
</style>
background-color css
<style>
a { background-color: #837A56; }
a { background-color: rgb(131,122,86); }
div.DivClassName
{
background-color: #837A56;
}
.BgClassName
{
background-color: #837A56;
}
</style>
border-color css
<style>
span { border-color: #837A56; }
span { border-color: rgb(131,122,86); }
td.TdClassName
{
border-color: #837A56;
}
.TagClassName
{
border-color: #837A56;
}
</style>