Shades of Clay Creek #93824D
Tints of Clay Creek #93824D
RGB
CMYK
RGB Variations
Color information
#93824D (or 0x93824D) is known color: Clay Creek. HEX triplet: 93, 82 and 4D. RGB value is (147,130,77). Sum of RGB (Red+Green+Blue) = 147+130+77=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93824D is #6C7DB2. Grayscale: #818181. Windows color (decimal): -7110067 or 5079699. OLE color: 5079699.
HSL color Cylindrical-coordinate representation of color #93824D: hue angle of 45.43º 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 #93824D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 77 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.42 |
| HSL | 45.43º | 0.31% | 0.44% | - |
| HSV(B) | 45.43º | 0.48% | 0.58% | - |
| XYZ | 21.35 | 22.7 | 10.28 | - |
| YUV | 129.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 77 | 0 | 0.12 | 0.48 | 0.42 | 45.43 | 0.31 | 0.44 |
| Hex | 93 | 82 | 4D | 0 | C | 30 | 2A | 2D | 1F | 2C |
| Octal | 223 | 202 | 115 | 0 | 14 | 60 | 52 | 55 | 37 | 54 |
| Binary | 10010011 | 10000010 | 1001101 | 0 | 1100 | 110000 | 101010 | 101101 | 11111 | 101100 |
Color Harmonies of #93824D
Complementary color
Monochromatic Colors of #93824D
Black with #93824D
Text Example
Text Example
White with #93824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93824D; }
p { color: rgb(147,130,77); }
H1.HeaderClassName
{
color: #93824D;
}
.AnyTagClassName
{
color: #93824D;
}
</style>
background-color css
<style>
a { background-color: #93824D; }
a { background-color: rgb(147,130,77); }
div.DivClassName
{
background-color: #93824D;
}
.BgClassName
{
background-color: #93824D;
}
</style>
border-color css
<style>
span { border-color: #93824D; }
span { border-color: rgb(147,130,77); }
td.TdClassName
{
border-color: #93824D;
}
.TagClassName
{
border-color: #93824D;
}
</style>