Shades of Clay Creek #837C5B
Tints of Clay Creek #837C5B
RGB
CMYK
RGB Variations
Color information
#837C5B (or 0x837C5B) is known color: Clay Creek. HEX triplet: 83, 7C and 5B. RGB value is (131,124,91). Sum of RGB (Red+Green+Blue) = 131+124+91=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #837C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C5B is #7C83A4. Grayscale: #7A7A7A. Windows color (decimal): -8160165 or 5995651. OLE color: 5995651.
HSL color Cylindrical-coordinate representation of color #837C5B: hue angle of 49.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #837C5B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 124 | 91 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.49 |
| HSL | 49.5º | 0.18% | 0.44% | - |
| HSV(B) | 49.5º | 0.31% | 0.51% | - |
| XYZ | 18.46 | 20 | 12.78 | - |
| YUV | 122.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 91 | 0 | 0.05 | 0.31 | 0.49 | 49.5 | 0.18 | 0.44 |
| Hex | 83 | 7C | 5B | 0 | 5 | 1F | 31 | 32 | 12 | 2C |
| Octal | 203 | 174 | 133 | 0 | 5 | 37 | 61 | 62 | 22 | 54 |
| Binary | 10000011 | 1111100 | 1011011 | 0 | 101 | 11111 | 110001 | 110010 | 10010 | 101100 |
Color Harmonies of #837C5B
Complementary color
Monochromatic Colors of #837C5B
Black with #837C5B
Text Example
Text Example
White with #837C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C5B; }
p { color: rgb(131,124,91); }
H1.HeaderClassName
{
color: #837C5B;
}
.AnyTagClassName
{
color: #837C5B;
}
</style>
background-color css
<style>
a { background-color: #837C5B; }
a { background-color: rgb(131,124,91); }
div.DivClassName
{
background-color: #837C5B;
}
.BgClassName
{
background-color: #837C5B;
}
</style>
border-color css
<style>
span { border-color: #837C5B; }
span { border-color: rgb(131,124,91); }
td.TdClassName
{
border-color: #837C5B;
}
.TagClassName
{
border-color: #837C5B;
}
</style>