Shades of Clay Creek #83784E
Tints of Clay Creek #83784E
RGB
CMYK
RGB Variations
Color information
#83784E (or 0x83784E) is known color: Clay Creek. HEX triplet: 83, 78 and 4E. RGB value is (131,120,78). Sum of RGB (Red+Green+Blue) = 131+120+78=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #83784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83784E is #7C87B1. Grayscale: #767676. Windows color (decimal): -8161202 or 5142659. OLE color: 5142659.
HSL color Cylindrical-coordinate representation of color #83784E: hue angle of 47.55º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83784E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 120 | 78 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.49 |
| HSL | 47.55º | 0.25% | 0.41% | - |
| HSV(B) | 47.55º | 0.4% | 0.51% | - |
| XYZ | 17.45 | 18.81 | 9.92 | - |
| YUV | 118.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 78 | 0 | 0.08 | 0.40 | 0.49 | 47.55 | 0.25 | 0.41 |
| Hex | 83 | 78 | 4E | 0 | 8 | 28 | 31 | 30 | 19 | 29 |
| Octal | 203 | 170 | 116 | 0 | 10 | 50 | 61 | 60 | 31 | 51 |
| Binary | 10000011 | 1111000 | 1001110 | 0 | 1000 | 101000 | 110001 | 110000 | 11001 | 101001 |
Color Harmonies of #83784E
Complementary color
Monochromatic Colors of #83784E
Black with #83784E
Text Example
Text Example
White with #83784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83784E; }
p { color: rgb(131,120,78); }
H1.HeaderClassName
{
color: #83784E;
}
.AnyTagClassName
{
color: #83784E;
}
</style>
background-color css
<style>
a { background-color: #83784E; }
a { background-color: rgb(131,120,78); }
div.DivClassName
{
background-color: #83784E;
}
.BgClassName
{
background-color: #83784E;
}
</style>
border-color css
<style>
span { border-color: #83784E; }
span { border-color: rgb(131,120,78); }
td.TdClassName
{
border-color: #83784E;
}
.TagClassName
{
border-color: #83784E;
}
</style>