Shades of Clay Creek #93815A
Tints of Clay Creek #93815A
RGB
CMYK
RGB Variations
Color information
#93815A (or 0x93815A) is known color: Clay Creek. HEX triplet: 93, 81 and 5A. RGB value is (147,129,90). Sum of RGB (Red+Green+Blue) = 147+129+90=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #93815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93815A is #6C7EA5. Grayscale: #828282. Windows color (decimal): -7110310 or 5931411. OLE color: 5931411.
HSL color Cylindrical-coordinate representation of color #93815A: hue angle of 41.05º 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 #93815A is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 129 | 90 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.42 |
| HSL | 41.05º | 0.24% | 0.46% | - |
| HSV(B) | 41.05º | 0.39% | 0.58% | - |
| XYZ | 21.73 | 22.64 | 12.9 | - |
| YUV | 129.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 90 | 0 | 0.12 | 0.39 | 0.42 | 41.05 | 0.24 | 0.46 |
| Hex | 93 | 81 | 5A | 0 | C | 27 | 2A | 29 | 18 | 2E |
| Octal | 223 | 201 | 132 | 0 | 14 | 47 | 52 | 51 | 30 | 56 |
| Binary | 10010011 | 10000001 | 1011010 | 0 | 1100 | 100111 | 101010 | 101001 | 11000 | 101110 |
Color Harmonies of #93815A
Complementary color
Monochromatic Colors of #93815A
Black with #93815A
Text Example
Text Example
White with #93815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93815A; }
p { color: rgb(147,129,90); }
H1.HeaderClassName
{
color: #93815A;
}
.AnyTagClassName
{
color: #93815A;
}
</style>
background-color css
<style>
a { background-color: #93815A; }
a { background-color: rgb(147,129,90); }
div.DivClassName
{
background-color: #93815A;
}
.BgClassName
{
background-color: #93815A;
}
</style>
border-color css
<style>
span { border-color: #93815A; }
span { border-color: rgb(147,129,90); }
td.TdClassName
{
border-color: #93815A;
}
.TagClassName
{
border-color: #93815A;
}
</style>