Shades of Hacienda #94751C
Tints of Hacienda #94751C
RGB
CMYK
RGB Variations
Color information
#94751C (or 0x94751C) is known color: Hacienda. HEX triplet: 94, 75 and 1C. RGB value is (148,117,28). Sum of RGB (Red+Green+Blue) = 148+117+28=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94751C is #6B8AE3. Grayscale: #747474. Windows color (decimal): -7047908 or 1865108. OLE color: 1865108.
HSL color Cylindrical-coordinate representation of color #94751C: hue angle of 44.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94751C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 28 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.42 |
| HSL | 44.5º | 0.68% | 0.35% | - |
| HSV(B) | 44.5º | 0.81% | 0.58% | - |
| XYZ | 18.78 | 19.1 | 3.8 | - |
| YUV | 116.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 28 | 0 | 0.21 | 0.81 | 0.42 | 44.5 | 0.68 | 0.35 |
| Hex | 94 | 75 | 1C | 0 | 15 | 51 | 2A | 2C | 44 | 23 |
| Octal | 224 | 165 | 34 | 0 | 25 | 121 | 52 | 54 | 104 | 43 |
| Binary | 10010100 | 1110101 | 11100 | 0 | 10101 | 1010001 | 101010 | 101100 | 1000100 | 100011 |
Color Harmonies of #94751C
Complementary color
Monochromatic Colors of #94751C
Black with #94751C
Text Example
Text Example
White with #94751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94751C; }
p { color: rgb(148,117,28); }
H1.HeaderClassName
{
color: #94751C;
}
.AnyTagClassName
{
color: #94751C;
}
</style>
background-color css
<style>
a { background-color: #94751C; }
a { background-color: rgb(148,117,28); }
div.DivClassName
{
background-color: #94751C;
}
.BgClassName
{
background-color: #94751C;
}
</style>
border-color css
<style>
span { border-color: #94751C; }
span { border-color: rgb(148,117,28); }
td.TdClassName
{
border-color: #94751C;
}
.TagClassName
{
border-color: #94751C;
}
</style>