Shades of Clay Creek #93884E
Tints of Clay Creek #93884E
RGB
CMYK
RGB Variations
Color information
#93884E (or 0x93884E) is known color: Clay Creek. HEX triplet: 93, 88 and 4E. RGB value is (147,136,78). Sum of RGB (Red+Green+Blue) = 147+136+78=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #93884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93884E is #6C77B1. Grayscale: #848484. Windows color (decimal): -7108530 or 5146771. OLE color: 5146771.
HSL color Cylindrical-coordinate representation of color #93884E: hue angle of 50.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93884E is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 78 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.42 |
| HSL | 50.43º | 0.31% | 0.44% | - |
| HSV(B) | 50.43º | 0.47% | 0.58% | - |
| XYZ | 22.21 | 24.36 | 10.74 | - |
| YUV | 132.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 78 | 0 | 0.07 | 0.47 | 0.42 | 50.43 | 0.31 | 0.44 |
| Hex | 93 | 88 | 4E | 0 | 7 | 2F | 2A | 32 | 1F | 2C |
| Octal | 223 | 210 | 116 | 0 | 7 | 57 | 52 | 62 | 37 | 54 |
| Binary | 10010011 | 10001000 | 1001110 | 0 | 111 | 101111 | 101010 | 110010 | 11111 | 101100 |
Color Harmonies of #93884E
Complementary color
Monochromatic Colors of #93884E
Black with #93884E
Text Example
Text Example
White with #93884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93884E; }
p { color: rgb(147,136,78); }
H1.HeaderClassName
{
color: #93884E;
}
.AnyTagClassName
{
color: #93884E;
}
</style>
background-color css
<style>
a { background-color: #93884E; }
a { background-color: rgb(147,136,78); }
div.DivClassName
{
background-color: #93884E;
}
.BgClassName
{
background-color: #93884E;
}
</style>
border-color css
<style>
span { border-color: #93884E; }
span { border-color: rgb(147,136,78); }
td.TdClassName
{
border-color: #93884E;
}
.TagClassName
{
border-color: #93884E;
}
</style>