Shades of Clay Creek #93834B
Tints of Clay Creek #93834B
RGB
CMYK
RGB Variations
Color information
#93834B (or 0x93834B) is known color: Clay Creek. HEX triplet: 93, 83 and 4B. RGB value is (147,131,75). Sum of RGB (Red+Green+Blue) = 147+131+75=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93834B is #6C7CB4. Grayscale: #818181. Windows color (decimal): -7109813 or 4948883. OLE color: 4948883.
HSL color Cylindrical-coordinate representation of color #93834B: hue angle of 46.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93834B is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 75 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.42 |
| HSL | 46.67º | 0.32% | 0.44% | - |
| HSV(B) | 46.67º | 0.49% | 0.58% | - |
| XYZ | 21.42 | 22.94 | 9.96 | - |
| YUV | 129.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 75 | 0 | 0.11 | 0.49 | 0.42 | 46.67 | 0.32 | 0.44 |
| Hex | 93 | 83 | 4B | 0 | B | 31 | 2A | 2F | 20 | 2C |
| Octal | 223 | 203 | 113 | 0 | 13 | 61 | 52 | 57 | 40 | 54 |
| Binary | 10010011 | 10000011 | 1001011 | 0 | 1011 | 110001 | 101010 | 101111 | 100000 | 101100 |
Color Harmonies of #93834B
Complementary color
Monochromatic Colors of #93834B
Black with #93834B
Text Example
Text Example
White with #93834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93834B; }
p { color: rgb(147,131,75); }
H1.HeaderClassName
{
color: #93834B;
}
.AnyTagClassName
{
color: #93834B;
}
</style>
background-color css
<style>
a { background-color: #93834B; }
a { background-color: rgb(147,131,75); }
div.DivClassName
{
background-color: #93834B;
}
.BgClassName
{
background-color: #93834B;
}
</style>
border-color css
<style>
span { border-color: #93834B; }
span { border-color: rgb(147,131,75); }
td.TdClassName
{
border-color: #93834B;
}
.TagClassName
{
border-color: #93834B;
}
</style>