Shades of Clay Creek #837A59
Tints of Clay Creek #837A59
RGB
CMYK
RGB Variations
Color information
#837A59 (or 0x837A59) is known color: Clay Creek. HEX triplet: 83, 7A and 59. RGB value is (131,122,89). Sum of RGB (Red+Green+Blue) = 131+122+89=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #837A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A59 is #7C85A6. Grayscale: #797979. Windows color (decimal): -8160679 or 5864067. OLE color: 5864067.
HSL color Cylindrical-coordinate representation of color #837A59: hue angle of 47.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #837A59 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 89 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.49 |
| HSL | 47.14º | 0.19% | 0.43% | - |
| HSV(B) | 47.14º | 0.32% | 0.51% | - |
| XYZ | 18.12 | 19.47 | 12.25 | - |
| YUV | 120.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 89 | 0 | 0.07 | 0.32 | 0.49 | 47.14 | 0.19 | 0.43 |
| Hex | 83 | 7A | 59 | 0 | 7 | 20 | 31 | 2F | 13 | 2B |
| Octal | 203 | 172 | 131 | 0 | 7 | 40 | 61 | 57 | 23 | 53 |
| Binary | 10000011 | 1111010 | 1011001 | 0 | 111 | 100000 | 110001 | 101111 | 10011 | 101011 |
Color Harmonies of #837A59
Complementary color
Monochromatic Colors of #837A59
Black with #837A59
Text Example
Text Example
White with #837A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A59; }
p { color: rgb(131,122,89); }
H1.HeaderClassName
{
color: #837A59;
}
.AnyTagClassName
{
color: #837A59;
}
</style>
background-color css
<style>
a { background-color: #837A59; }
a { background-color: rgb(131,122,89); }
div.DivClassName
{
background-color: #837A59;
}
.BgClassName
{
background-color: #837A59;
}
</style>
border-color css
<style>
span { border-color: #837A59; }
span { border-color: rgb(131,122,89); }
td.TdClassName
{
border-color: #837A59;
}
.TagClassName
{
border-color: #837A59;
}
</style>