Shades of Hacienda #93830E
Tints of Hacienda #93830E
RGB
CMYK
RGB Variations
Color information
#93830E (or 0x93830E) is known color: Hacienda. HEX triplet: 93, 83 and 0E. RGB value is (147,131,14). Sum of RGB (Red+Green+Blue) = 147+131+14=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93830E is #6C7CF1. Grayscale: #7A7A7A. Windows color (decimal): -7109874 or 951187. OLE color: 951187.
HSL color Cylindrical-coordinate representation of color #93830E: hue angle of 52.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93830E is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 14 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.42 |
| HSL | 52.78º | 0.83% | 0.32% | - |
| HSV(B) | 52.78º | 0.9% | 0.58% | - |
| XYZ | 20.23 | 22.47 | 3.69 | - |
| YUV | 122.45 | 66.8 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 14 | 0 | 0.11 | 0.90 | 0.42 | 52.78 | 0.83 | 0.32 |
| Hex | 93 | 83 | E | 0 | B | 5A | 2A | 35 | 53 | 20 |
| Octal | 223 | 203 | 16 | 0 | 13 | 132 | 52 | 65 | 123 | 40 |
| Binary | 10010011 | 10000011 | 1110 | 0 | 1011 | 1011010 | 101010 | 110101 | 1010011 | 100000 |
Color Harmonies of #93830E
Complementary color
Monochromatic Colors of #93830E
Black with #93830E
Text Example
Text Example
White with #93830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93830E; }
p { color: rgb(147,131,14); }
H1.HeaderClassName
{
color: #93830E;
}
.AnyTagClassName
{
color: #93830E;
}
</style>
background-color css
<style>
a { background-color: #93830E; }
a { background-color: rgb(147,131,14); }
div.DivClassName
{
background-color: #93830E;
}
.BgClassName
{
background-color: #93830E;
}
</style>
border-color css
<style>
span { border-color: #93830E; }
span { border-color: rgb(147,131,14); }
td.TdClassName
{
border-color: #93830E;
}
.TagClassName
{
border-color: #93830E;
}
</style>