Shades of Hacienda #93791D
Tints of Hacienda #93791D
RGB
CMYK
RGB Variations
Color information
#93791D (or 0x93791D) is known color: Hacienda. HEX triplet: 93, 79 and 1D. RGB value is (147,121,29). Sum of RGB (Red+Green+Blue) = 147+121+29=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93791D is #6C86E2. Grayscale: #767676. Windows color (decimal): -7112419 or 1931667. OLE color: 1931667.
HSL color Cylindrical-coordinate representation of color #93791D: hue angle of 46.78º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93791D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 121 | 29 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.42 |
| HSL | 46.78º | 0.67% | 0.35% | - |
| HSV(B) | 46.78º | 0.8% | 0.58% | - |
| XYZ | 19.09 | 19.97 | 4.01 | - |
| YUV | 118.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 29 | 0 | 0.18 | 0.80 | 0.42 | 46.78 | 0.67 | 0.35 |
| Hex | 93 | 79 | 1D | 0 | 12 | 50 | 2A | 2F | 43 | 23 |
| Octal | 223 | 171 | 35 | 0 | 22 | 120 | 52 | 57 | 103 | 43 |
| Binary | 10010011 | 1111001 | 11101 | 0 | 10010 | 1010000 | 101010 | 101111 | 1000011 | 100011 |
Color Harmonies of #93791D
Complementary color
Monochromatic Colors of #93791D
Black with #93791D
Text Example
Text Example
White with #93791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93791D; }
p { color: rgb(147,121,29); }
H1.HeaderClassName
{
color: #93791D;
}
.AnyTagClassName
{
color: #93791D;
}
</style>
background-color css
<style>
a { background-color: #93791D; }
a { background-color: rgb(147,121,29); }
div.DivClassName
{
background-color: #93791D;
}
.BgClassName
{
background-color: #93791D;
}
</style>
border-color css
<style>
span { border-color: #93791D; }
span { border-color: rgb(147,121,29); }
td.TdClassName
{
border-color: #93791D;
}
.TagClassName
{
border-color: #93791D;
}
</style>