Shades of Clay Creek #837B54
Tints of Clay Creek #837B54
RGB
CMYK
RGB Variations
Color information
#837B54 (or 0x837B54) is known color: Clay Creek. HEX triplet: 83, 7B and 54. RGB value is (131,123,84). Sum of RGB (Red+Green+Blue) = 131+123+84=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #837B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B54 is #7C84AB. Grayscale: #797979. Windows color (decimal): -8160428 or 5536643. OLE color: 5536643.
HSL color Cylindrical-coordinate representation of color #837B54: hue angle of 49.79º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837B54 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 123 | 84 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.49 |
| HSL | 49.79º | 0.22% | 0.42% | - |
| HSV(B) | 49.79º | 0.36% | 0.51% | - |
| XYZ | 18.04 | 19.63 | 11.23 | - |
| YUV | 120.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 84 | 0 | 0.06 | 0.36 | 0.49 | 49.79 | 0.22 | 0.42 |
| Hex | 83 | 7B | 54 | 0 | 6 | 24 | 31 | 32 | 16 | 2A |
| Octal | 203 | 173 | 124 | 0 | 6 | 44 | 61 | 62 | 26 | 52 |
| Binary | 10000011 | 1111011 | 1010100 | 0 | 110 | 100100 | 110001 | 110010 | 10110 | 101010 |
Color Harmonies of #837B54
Complementary color
Monochromatic Colors of #837B54
Black with #837B54
Text Example
Text Example
White with #837B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837B54; }
p { color: rgb(131,123,84); }
H1.HeaderClassName
{
color: #837B54;
}
.AnyTagClassName
{
color: #837B54;
}
</style>
background-color css
<style>
a { background-color: #837B54; }
a { background-color: rgb(131,123,84); }
div.DivClassName
{
background-color: #837B54;
}
.BgClassName
{
background-color: #837B54;
}
</style>
border-color css
<style>
span { border-color: #837B54; }
span { border-color: rgb(131,123,84); }
td.TdClassName
{
border-color: #837B54;
}
.TagClassName
{
border-color: #837B54;
}
</style>