Shades of Clay Creek #837E5D
Tints of Clay Creek #837E5D
RGB
CMYK
RGB Variations
Color information
#837E5D (or 0x837E5D) is known color: Clay Creek. HEX triplet: 83, 7E and 5D. RGB value is (131,126,93). Sum of RGB (Red+Green+Blue) = 131+126+93=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #837E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E5D is #7C81A2. Grayscale: #7B7B7B. Windows color (decimal): -8159651 or 6127235. OLE color: 6127235.
HSL color Cylindrical-coordinate representation of color #837E5D: hue angle of 52.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #837E5D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 93 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.49 |
| HSL | 52.11º | 0.17% | 0.44% | - |
| HSV(B) | 52.11º | 0.29% | 0.51% | - |
| XYZ | 18.8 | 20.54 | 13.33 | - |
| YUV | 123.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 93 | 0 | 0.04 | 0.29 | 0.49 | 52.11 | 0.17 | 0.44 |
| Hex | 83 | 7E | 5D | 0 | 4 | 1D | 31 | 34 | 11 | 2C |
| Octal | 203 | 176 | 135 | 0 | 4 | 35 | 61 | 64 | 21 | 54 |
| Binary | 10000011 | 1111110 | 1011101 | 0 | 100 | 11101 | 110001 | 110100 | 10001 | 101100 |
Color Harmonies of #837E5D
Complementary color
Monochromatic Colors of #837E5D
Black with #837E5D
Text Example
Text Example
White with #837E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E5D; }
p { color: rgb(131,126,93); }
H1.HeaderClassName
{
color: #837E5D;
}
.AnyTagClassName
{
color: #837E5D;
}
</style>
background-color css
<style>
a { background-color: #837E5D; }
a { background-color: rgb(131,126,93); }
div.DivClassName
{
background-color: #837E5D;
}
.BgClassName
{
background-color: #837E5D;
}
</style>
border-color css
<style>
span { border-color: #837E5D; }
span { border-color: rgb(131,126,93); }
td.TdClassName
{
border-color: #837E5D;
}
.TagClassName
{
border-color: #837E5D;
}
</style>