Shades of Hacienda #94751A
Tints of Hacienda #94751A
RGB
CMYK
RGB Variations
Color information
#94751A (or 0x94751A) is known color: Hacienda. HEX triplet: 94, 75 and 1A. RGB value is (148,117,26). Sum of RGB (Red+Green+Blue) = 148+117+26=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94751A is #6B8AE5. Grayscale: #747474. Windows color (decimal): -7047910 or 1734036. OLE color: 1734036.
HSL color Cylindrical-coordinate representation of color #94751A: hue angle of 44.75º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94751A is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 26 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.42 |
| HSL | 44.75º | 0.7% | 0.34% | - |
| HSV(B) | 44.75º | 0.82% | 0.58% | - |
| XYZ | 18.76 | 19.09 | 3.67 | - |
| YUV | 115.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 26 | 0 | 0.21 | 0.82 | 0.42 | 44.75 | 0.7 | 0.34 |
| Hex | 94 | 75 | 1A | 0 | 15 | 52 | 2A | 2D | 46 | 22 |
| Octal | 224 | 165 | 32 | 0 | 25 | 122 | 52 | 55 | 106 | 42 |
| Binary | 10010100 | 1110101 | 11010 | 0 | 10101 | 1010010 | 101010 | 101101 | 1000110 | 100010 |
Color Harmonies of #94751A
Complementary color
Monochromatic Colors of #94751A
Black with #94751A
Text Example
Text Example
White with #94751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94751A; }
p { color: rgb(148,117,26); }
H1.HeaderClassName
{
color: #94751A;
}
.AnyTagClassName
{
color: #94751A;
}
</style>
background-color css
<style>
a { background-color: #94751A; }
a { background-color: rgb(148,117,26); }
div.DivClassName
{
background-color: #94751A;
}
.BgClassName
{
background-color: #94751A;
}
</style>
border-color css
<style>
span { border-color: #94751A; }
span { border-color: rgb(148,117,26); }
td.TdClassName
{
border-color: #94751A;
}
.TagClassName
{
border-color: #94751A;
}
</style>