Shades of Clay Creek #837B5B
Tints of Clay Creek #837B5B
RGB
CMYK
RGB Variations
Color information
#837B5B (or 0x837B5B) is known color: Clay Creek. HEX triplet: 83, 7B and 5B. RGB value is (131,123,91). Sum of RGB (Red+Green+Blue) = 131+123+91=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #837B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B5B is #7C84A4. Grayscale: #797979. Windows color (decimal): -8160421 or 5995395. OLE color: 5995395.
HSL color Cylindrical-coordinate representation of color #837B5B: hue angle of 48º 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 #837B5B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 123 | 91 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.49 |
| HSL | 48º | 0.18% | 0.44% | - |
| HSV(B) | 48º | 0.31% | 0.51% | - |
| XYZ | 18.33 | 19.75 | 12.74 | - |
| YUV | 121.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 91 | 0 | 0.06 | 0.31 | 0.49 | 48 | 0.18 | 0.44 |
| Hex | 83 | 7B | 5B | 0 | 6 | 1F | 31 | 30 | 12 | 2C |
| Octal | 203 | 173 | 133 | 0 | 6 | 37 | 61 | 60 | 22 | 54 |
| Binary | 10000011 | 1111011 | 1011011 | 0 | 110 | 11111 | 110001 | 110000 | 10010 | 101100 |
Color Harmonies of #837B5B
Complementary color
Monochromatic Colors of #837B5B
Black with #837B5B
Text Example
Text Example
White with #837B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837B5B; }
p { color: rgb(131,123,91); }
H1.HeaderClassName
{
color: #837B5B;
}
.AnyTagClassName
{
color: #837B5B;
}
</style>
background-color css
<style>
a { background-color: #837B5B; }
a { background-color: rgb(131,123,91); }
div.DivClassName
{
background-color: #837B5B;
}
.BgClassName
{
background-color: #837B5B;
}
</style>
border-color css
<style>
span { border-color: #837B5B; }
span { border-color: rgb(131,123,91); }
td.TdClassName
{
border-color: #837B5B;
}
.TagClassName
{
border-color: #837B5B;
}
</style>