Shades of Clay Creek #837A52
Tints of Clay Creek #837A52
RGB
CMYK
RGB Variations
Color information
#837A52 (or 0x837A52) is known color: Clay Creek. HEX triplet: 83, 7A and 52. RGB value is (131,122,82). Sum of RGB (Red+Green+Blue) = 131+122+82=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #837A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A52 is #7C85AD. Grayscale: #787878. Windows color (decimal): -8160686 or 5405315. OLE color: 5405315.
HSL color Cylindrical-coordinate representation of color #837A52: hue angle of 48.98º degrees, saturation: 0.23, 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 #837A52 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 82 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.49 |
| HSL | 48.98º | 0.23% | 0.42% | - |
| HSV(B) | 48.98º | 0.37% | 0.51% | - |
| XYZ | 17.84 | 19.35 | 10.78 | - |
| YUV | 120.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 82 | 0 | 0.07 | 0.37 | 0.49 | 48.98 | 0.23 | 0.42 |
| Hex | 83 | 7A | 52 | 0 | 7 | 25 | 31 | 31 | 17 | 2A |
| Octal | 203 | 172 | 122 | 0 | 7 | 45 | 61 | 61 | 27 | 52 |
| Binary | 10000011 | 1111010 | 1010010 | 0 | 111 | 100101 | 110001 | 110001 | 10111 | 101010 |
Color Harmonies of #837A52
Complementary color
Monochromatic Colors of #837A52
Black with #837A52
Text Example
Text Example
White with #837A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A52; }
p { color: rgb(131,122,82); }
H1.HeaderClassName
{
color: #837A52;
}
.AnyTagClassName
{
color: #837A52;
}
</style>
background-color css
<style>
a { background-color: #837A52; }
a { background-color: rgb(131,122,82); }
div.DivClassName
{
background-color: #837A52;
}
.BgClassName
{
background-color: #837A52;
}
</style>
border-color css
<style>
span { border-color: #837A52; }
span { border-color: rgb(131,122,82); }
td.TdClassName
{
border-color: #837A52;
}
.TagClassName
{
border-color: #837A52;
}
</style>