Shades of Clay Creek #93805B
Tints of Clay Creek #93805B
RGB
CMYK
RGB Variations
Color information
#93805B (or 0x93805B) is known color: Clay Creek. HEX triplet: 93, 80 and 5B. RGB value is (147,128,91). Sum of RGB (Red+Green+Blue) = 147+128+91=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #93805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93805B is #6C7FA4. Grayscale: #818181. Windows color (decimal): -7110565 or 5996691. OLE color: 5996691.
HSL color Cylindrical-coordinate representation of color #93805B: hue angle of 39.64º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93805B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 91 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.42 |
| HSL | 39.64º | 0.24% | 0.47% | - |
| HSV(B) | 39.64º | 0.38% | 0.58% | - |
| XYZ | 21.64 | 22.4 | 13.08 | - |
| YUV | 129.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 91 | 0 | 0.13 | 0.38 | 0.42 | 39.64 | 0.24 | 0.47 |
| Hex | 93 | 80 | 5B | 0 | D | 26 | 2A | 28 | 18 | 2F |
| Octal | 223 | 200 | 133 | 0 | 15 | 46 | 52 | 50 | 30 | 57 |
| Binary | 10010011 | 10000000 | 1011011 | 0 | 1101 | 100110 | 101010 | 101000 | 11000 | 101111 |
Color Harmonies of #93805B
Complementary color
Monochromatic Colors of #93805B
Black with #93805B
Text Example
Text Example
White with #93805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93805B; }
p { color: rgb(147,128,91); }
H1.HeaderClassName
{
color: #93805B;
}
.AnyTagClassName
{
color: #93805B;
}
</style>
background-color css
<style>
a { background-color: #93805B; }
a { background-color: rgb(147,128,91); }
div.DivClassName
{
background-color: #93805B;
}
.BgClassName
{
background-color: #93805B;
}
</style>
border-color css
<style>
span { border-color: #93805B; }
span { border-color: rgb(147,128,91); }
td.TdClassName
{
border-color: #93805B;
}
.TagClassName
{
border-color: #93805B;
}
</style>