Shades of Hacienda #93840F
Tints of Hacienda #93840F
RGB
CMYK
RGB Variations
Color information
#93840F (or 0x93840F) is known color: Hacienda. HEX triplet: 93, 84 and 0F. RGB value is (147,132,15). Sum of RGB (Red+Green+Blue) = 147+132+15=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93840F is #6C7BF0. Grayscale: #7B7B7B. Windows color (decimal): -7109617 or 1016979. OLE color: 1016979.
HSL color Cylindrical-coordinate representation of color #93840F: hue angle of 53.18º degrees, saturation: 0.81, 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 #93840F is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 132 | 15 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.42 |
| HSL | 53.18º | 0.81% | 0.32% | - |
| HSV(B) | 53.18º | 0.9% | 0.58% | - |
| XYZ | 20.37 | 22.74 | 3.77 | - |
| YUV | 123.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 15 | 0 | 0.10 | 0.90 | 0.42 | 53.18 | 0.81 | 0.32 |
| Hex | 93 | 84 | F | 0 | A | 5A | 2A | 35 | 51 | 20 |
| Octal | 223 | 204 | 17 | 0 | 12 | 132 | 52 | 65 | 121 | 40 |
| Binary | 10010011 | 10000100 | 1111 | 0 | 1010 | 1011010 | 101010 | 110101 | 1010001 | 100000 |
Color Harmonies of #93840F
Complementary color
Monochromatic Colors of #93840F
Black with #93840F
Text Example
Text Example
White with #93840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93840F; }
p { color: rgb(147,132,15); }
H1.HeaderClassName
{
color: #93840F;
}
.AnyTagClassName
{
color: #93840F;
}
</style>
background-color css
<style>
a { background-color: #93840F; }
a { background-color: rgb(147,132,15); }
div.DivClassName
{
background-color: #93840F;
}
.BgClassName
{
background-color: #93840F;
}
</style>
border-color css
<style>
span { border-color: #93840F; }
span { border-color: rgb(147,132,15); }
td.TdClassName
{
border-color: #93840F;
}
.TagClassName
{
border-color: #93840F;
}
</style>