#9B7E0A

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

Shades of Hacienda #9B7E0A

Tints of Hacienda #9B7E0A

Color information

#9B7E0A (or 0x9B7E0A) is unknown color: approx Hacienda. HEX triplet: 9B, 7E and 0A. RGB value is (155,126,10). Sum of RGB (Red+Green+Blue) = 155+126+10=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7E0A is #6481F5. Grayscale: #797979. Windows color (decimal): -6586870 or 687771. OLE color: 687771.

HSL color Cylindrical-coordinate representation of color #9B7E0A: hue angle of 48º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B7E0A is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB15512610-
CMYK00.190.940.39
HSL48º87.88%32.35%-
HSV(B)48º93.55%60.78%-
XYZ21.0321.913.41-
YUV121.4565.11151.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 126 (49.61% from 255) = 43.30%
BLUE value IS 10 (4.30% from 255) = 3.44%
R=53.26%
G=43.30%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551261000.190.940.394887.8832.35
Hex9B7EA0135E27305820
Octal23317612023136476013040
Binary100110111111110101001001110111101001111100001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,126,10); }

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

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

 a { background-color: rgb(155,126,10); }

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

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

 span { border-color: rgb(155,126,10); }

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