Shades of Clay Creek #93895A
Tints of Clay Creek #93895A
RGB
CMYK
RGB Variations
Color information
#93895A (or 0x93895A) is known color: Clay Creek. HEX triplet: 93, 89 and 5A. RGB value is (147,137,90). Sum of RGB (Red+Green+Blue) = 147+137+90=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93895A is #6C76A5. Grayscale: #868686. Windows color (decimal): -7108262 or 5933459. OLE color: 5933459.
HSL color Cylindrical-coordinate representation of color #93895A: hue angle of 49.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93895A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 137 | 90 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.42 |
| HSL | 49.47º | 0.24% | 0.46% | - |
| HSV(B) | 49.47º | 0.39% | 0.58% | - |
| XYZ | 22.82 | 24.83 | 13.26 | - |
| YUV | 134.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 90 | 0 | 0.07 | 0.39 | 0.42 | 49.47 | 0.24 | 0.46 |
| Hex | 93 | 89 | 5A | 0 | 7 | 27 | 2A | 31 | 18 | 2E |
| Octal | 223 | 211 | 132 | 0 | 7 | 47 | 52 | 61 | 30 | 56 |
| Binary | 10010011 | 10001001 | 1011010 | 0 | 111 | 100111 | 101010 | 110001 | 11000 | 101110 |
Color Harmonies of #93895A
Complementary color
Monochromatic Colors of #93895A
Black with #93895A
Text Example
Text Example
White with #93895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93895A; }
p { color: rgb(147,137,90); }
H1.HeaderClassName
{
color: #93895A;
}
.AnyTagClassName
{
color: #93895A;
}
</style>
background-color css
<style>
a { background-color: #93895A; }
a { background-color: rgb(147,137,90); }
div.DivClassName
{
background-color: #93895A;
}
.BgClassName
{
background-color: #93895A;
}
</style>
border-color css
<style>
span { border-color: #93895A; }
span { border-color: rgb(147,137,90); }
td.TdClassName
{
border-color: #93895A;
}
.TagClassName
{
border-color: #93895A;
}
</style>