Shades of Clay Creek #93814F
Tints of Clay Creek #93814F
RGB
CMYK
RGB Variations
Color information
#93814F (or 0x93814F) is known color: Clay Creek. HEX triplet: 93, 81 and 4F. RGB value is (147,129,79). Sum of RGB (Red+Green+Blue) = 147+129+79=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93814F is #6C7EB0. Grayscale: #808080. Windows color (decimal): -7110321 or 5210515. OLE color: 5210515.
HSL color Cylindrical-coordinate representation of color #93814F: hue angle of 44.12º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93814F is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 129 | 79 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.42 |
| HSL | 44.12º | 0.3% | 0.44% | - |
| HSV(B) | 44.12º | 0.46% | 0.58% | - |
| XYZ | 21.29 | 22.47 | 10.61 | - |
| YUV | 128.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 79 | 0 | 0.12 | 0.46 | 0.42 | 44.12 | 0.3 | 0.44 |
| Hex | 93 | 81 | 4F | 0 | C | 2E | 2A | 2C | 1E | 2C |
| Octal | 223 | 201 | 117 | 0 | 14 | 56 | 52 | 54 | 36 | 54 |
| Binary | 10010011 | 10000001 | 1001111 | 0 | 1100 | 101110 | 101010 | 101100 | 11110 | 101100 |
Color Harmonies of #93814F
Complementary color
Monochromatic Colors of #93814F
Black with #93814F
Text Example
Text Example
White with #93814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93814F; }
p { color: rgb(147,129,79); }
H1.HeaderClassName
{
color: #93814F;
}
.AnyTagClassName
{
color: #93814F;
}
</style>
background-color css
<style>
a { background-color: #93814F; }
a { background-color: rgb(147,129,79); }
div.DivClassName
{
background-color: #93814F;
}
.BgClassName
{
background-color: #93814F;
}
</style>
border-color css
<style>
span { border-color: #93814F; }
span { border-color: rgb(147,129,79); }
td.TdClassName
{
border-color: #93814F;
}
.TagClassName
{
border-color: #93814F;
}
</style>