Shades of Clay Creek #93834D
Tints of Clay Creek #93834D
RGB
CMYK
RGB Variations
Color information
#93834D (or 0x93834D) is known color: Clay Creek. HEX triplet: 93, 83 and 4D. RGB value is (147,131,77). Sum of RGB (Red+Green+Blue) = 147+131+77=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93834D is #6C7CB2. Grayscale: #818181. Windows color (decimal): -7109811 or 5079955. OLE color: 5079955.
HSL color Cylindrical-coordinate representation of color #93834D: hue angle of 46.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93834D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 77 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.42 |
| HSL | 46.29º | 0.31% | 0.44% | - |
| HSV(B) | 46.29º | 0.48% | 0.58% | - |
| XYZ | 21.49 | 22.97 | 10.32 | - |
| YUV | 129.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 77 | 0 | 0.11 | 0.48 | 0.42 | 46.29 | 0.31 | 0.44 |
| Hex | 93 | 83 | 4D | 0 | B | 30 | 2A | 2E | 1F | 2C |
| Octal | 223 | 203 | 115 | 0 | 13 | 60 | 52 | 56 | 37 | 54 |
| Binary | 10010011 | 10000011 | 1001101 | 0 | 1011 | 110000 | 101010 | 101110 | 11111 | 101100 |
Color Harmonies of #93834D
Complementary color
Monochromatic Colors of #93834D
Black with #93834D
Text Example
Text Example
White with #93834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93834D; }
p { color: rgb(147,131,77); }
H1.HeaderClassName
{
color: #93834D;
}
.AnyTagClassName
{
color: #93834D;
}
</style>
background-color css
<style>
a { background-color: #93834D; }
a { background-color: rgb(147,131,77); }
div.DivClassName
{
background-color: #93834D;
}
.BgClassName
{
background-color: #93834D;
}
</style>
border-color css
<style>
span { border-color: #93834D; }
span { border-color: rgb(147,131,77); }
td.TdClassName
{
border-color: #93834D;
}
.TagClassName
{
border-color: #93834D;
}
</style>