Shades of Clay Creek #837C53
Tints of Clay Creek #837C53
RGB
CMYK
RGB Variations
Color information
#837C53 (or 0x837C53) is known color: Clay Creek. HEX triplet: 83, 7C and 53. RGB value is (131,124,83). Sum of RGB (Red+Green+Blue) = 131+124+83=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #837C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C53 is #7C83AC. Grayscale: #797979. Windows color (decimal): -8160173 or 5471363. OLE color: 5471363.
HSL color Cylindrical-coordinate representation of color #837C53: hue angle of 51.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #837C53 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 124 | 83 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.49 |
| HSL | 51.25º | 0.22% | 0.42% | - |
| HSV(B) | 51.25º | 0.37% | 0.51% | - |
| XYZ | 18.13 | 19.87 | 11.06 | - |
| YUV | 121.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 83 | 0 | 0.05 | 0.37 | 0.49 | 51.25 | 0.22 | 0.42 |
| Hex | 83 | 7C | 53 | 0 | 5 | 25 | 31 | 33 | 16 | 2A |
| Octal | 203 | 174 | 123 | 0 | 5 | 45 | 61 | 63 | 26 | 52 |
| Binary | 10000011 | 1111100 | 1010011 | 0 | 101 | 100101 | 110001 | 110011 | 10110 | 101010 |
Color Harmonies of #837C53
Complementary color
Monochromatic Colors of #837C53
Black with #837C53
Text Example
Text Example
White with #837C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C53; }
p { color: rgb(131,124,83); }
H1.HeaderClassName
{
color: #837C53;
}
.AnyTagClassName
{
color: #837C53;
}
</style>
background-color css
<style>
a { background-color: #837C53; }
a { background-color: rgb(131,124,83); }
div.DivClassName
{
background-color: #837C53;
}
.BgClassName
{
background-color: #837C53;
}
</style>
border-color css
<style>
span { border-color: #837C53; }
span { border-color: rgb(131,124,83); }
td.TdClassName
{
border-color: #837C53;
}
.TagClassName
{
border-color: #837C53;
}
</style>