#9C7A0B

Color #9C7A0B Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9C7A0B

Tints of Hacienda #9C7A0B

Color information

#9C7A0B (or 0x9C7A0B) is unknown color: approx Hacienda. HEX triplet: 9C, 7A and 0B. RGB value is (156,122,11). Sum of RGB (Red+Green+Blue) = 156+122+11=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7A0B is #6385F4. Grayscale: #777777. Windows color (decimal): -6522357 or 752284. OLE color: 752284.

HSL color Cylindrical-coordinate representation of color #9C7A0B: hue angle of 45.93º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C7A0B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB15612211-
CMYK00.220.930.39
HSL45.93º86.83%32.75%-
HSV(B)45.93º92.95%61.18%-
XYZ20.7321.013.28-
YUV119.5166.76154.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 53.98%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 11 (4.69% from 255) = 3.81%
R=53.98%
G=42.21%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561221100.220.930.3945.9386.8332.75
Hex9C7AB0165D272e5721
Octal23417213026135475612741
Binary100111001111010101101011010111011001111011101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7A0B; }

 p { color: rgb(156,122,11); }

 H1.HeaderClassName
 {
   color: #9C7A0B;
 }
 .AnyTagClassName
 {
   color: #9C7A0B;
 }
</style>
background-color css

<style>
 a { background-color: #9C7A0B; }

 a { background-color: rgb(156,122,11); }

 div.DivClassName
 {
   background-color: #9C7A0B;
 }
 .BgClassName
 {
   background-color: #9C7A0B;
 }
</style>
border-color css

<style>
 span { border-color: #9C7A0B; }

 span { border-color: rgb(156,122,11); }

 td.TdClassName
 {
   border-color: #9C7A0B;
 }
 .TagClassName
 {
   border-color: #9C7A0B;
 }
</style>