Shades of Hacienda #9C7B03
Tints of Hacienda #9C7B03
RGB
CMYK
RGB Variations
Color information
#9C7B03 (or 0x9C7B03) is known color: Hacienda. HEX triplet: 9C, 7B and 03. RGB value is (156,123,3). Sum of RGB (Red+Green+Blue) = 156+123+3=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7B03 is #6384FC. Grayscale: #777777. Windows color (decimal): -6522109 or 228252. OLE color: 228252.
HSL color Cylindrical-coordinate representation of color #9C7B03: hue angle of 47.06º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C7B03 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.39 |
| HSL | 47.06º | 0.96% | 0.31% | - |
| HSV(B) | 47.06º | 0.98% | 0.61% | - |
| XYZ | 20.81 | 21.24 | 3.09 | - |
| YUV | 119.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 3 | 0 | 0.21 | 0.98 | 0.39 | 47.06 | 0.96 | 0.31 |
| Hex | 9C | 7B | 3 | 0 | 15 | 62 | 27 | 2F | 60 | 1F |
| Octal | 234 | 173 | 3 | 0 | 25 | 142 | 47 | 57 | 140 | 37 |
| Binary | 10011100 | 1111011 | 11 | 0 | 10101 | 1100010 | 100111 | 101111 | 1100000 | 11111 |
Color Harmonies of #9C7B03
Complementary color
Monochromatic Colors of #9C7B03
Black with #9C7B03
Text Example
Text Example
White with #9C7B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B03; }
p { color: rgb(156,123,3); }
H1.HeaderClassName
{
color: #9C7B03;
}
.AnyTagClassName
{
color: #9C7B03;
}
</style>
background-color css
<style>
a { background-color: #9C7B03; }
a { background-color: rgb(156,123,3); }
div.DivClassName
{
background-color: #9C7B03;
}
.BgClassName
{
background-color: #9C7B03;
}
</style>
border-color css
<style>
span { border-color: #9C7B03; }
span { border-color: rgb(156,123,3); }
td.TdClassName
{
border-color: #9C7B03;
}
.TagClassName
{
border-color: #9C7B03;
}
</style>