Shades of Clay Creek #83784D
Tints of Clay Creek #83784D
RGB
CMYK
RGB Variations
Color information
#83784D (or 0x83784D) is known color: Clay Creek. HEX triplet: 83, 78 and 4D. RGB value is (131,120,77). Sum of RGB (Red+Green+Blue) = 131+120+77=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #83784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83784D is #7C87B2. Grayscale: #767676. Windows color (decimal): -8161203 or 5077123. OLE color: 5077123.
HSL color Cylindrical-coordinate representation of color #83784D: hue angle of 47.78º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83784D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 120 | 77 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.49 |
| HSL | 47.78º | 0.26% | 0.41% | - |
| HSV(B) | 47.78º | 0.41% | 0.51% | - |
| XYZ | 17.42 | 18.79 | 9.73 | - |
| YUV | 118.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 77 | 0 | 0.08 | 0.41 | 0.49 | 47.78 | 0.26 | 0.41 |
| Hex | 83 | 78 | 4D | 0 | 8 | 29 | 31 | 30 | 1A | 29 |
| Octal | 203 | 170 | 115 | 0 | 10 | 51 | 61 | 60 | 32 | 51 |
| Binary | 10000011 | 1111000 | 1001101 | 0 | 1000 | 101001 | 110001 | 110000 | 11010 | 101001 |
Color Harmonies of #83784D
Complementary color
Monochromatic Colors of #83784D
Black with #83784D
Text Example
Text Example
White with #83784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83784D; }
p { color: rgb(131,120,77); }
H1.HeaderClassName
{
color: #83784D;
}
.AnyTagClassName
{
color: #83784D;
}
</style>
background-color css
<style>
a { background-color: #83784D; }
a { background-color: rgb(131,120,77); }
div.DivClassName
{
background-color: #83784D;
}
.BgClassName
{
background-color: #83784D;
}
</style>
border-color css
<style>
span { border-color: #83784D; }
span { border-color: rgb(131,120,77); }
td.TdClassName
{
border-color: #83784D;
}
.TagClassName
{
border-color: #83784D;
}
</style>