Shades of Clay Creek #93885A
Tints of Clay Creek #93885A
RGB
CMYK
RGB Variations
Color information
#93885A (or 0x93885A) is known color: Clay Creek. HEX triplet: 93, 88 and 5A. RGB value is (147,136,90). Sum of RGB (Red+Green+Blue) = 147+136+90=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93885A is #6C77A5. Grayscale: #868686. Windows color (decimal): -7108518 or 5933203. OLE color: 5933203.
HSL color Cylindrical-coordinate representation of color #93885A: hue angle of 48.42º 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 #93885A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 90 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.42 |
| HSL | 48.42º | 0.24% | 0.46% | - |
| HSV(B) | 48.42º | 0.39% | 0.58% | - |
| XYZ | 22.68 | 24.55 | 13.22 | - |
| YUV | 134.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 90 | 0 | 0.07 | 0.39 | 0.42 | 48.42 | 0.24 | 0.46 |
| Hex | 93 | 88 | 5A | 0 | 7 | 27 | 2A | 30 | 18 | 2E |
| Octal | 223 | 210 | 132 | 0 | 7 | 47 | 52 | 60 | 30 | 56 |
| Binary | 10010011 | 10001000 | 1011010 | 0 | 111 | 100111 | 101010 | 110000 | 11000 | 101110 |
Color Harmonies of #93885A
Complementary color
Monochromatic Colors of #93885A
Black with #93885A
Text Example
Text Example
White with #93885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93885A; }
p { color: rgb(147,136,90); }
H1.HeaderClassName
{
color: #93885A;
}
.AnyTagClassName
{
color: #93885A;
}
</style>
background-color css
<style>
a { background-color: #93885A; }
a { background-color: rgb(147,136,90); }
div.DivClassName
{
background-color: #93885A;
}
.BgClassName
{
background-color: #93885A;
}
</style>
border-color css
<style>
span { border-color: #93885A; }
span { border-color: rgb(147,136,90); }
td.TdClassName
{
border-color: #93885A;
}
.TagClassName
{
border-color: #93885A;
}
</style>