#9B7A21

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

Shades of Hacienda #9B7A21

Tints of Hacienda #9B7A21

Color information

#9B7A21 (or 0x9B7A21) is unknown color: approx Hacienda. HEX triplet: 9B, 7A and 21. RGB value is (155,122,33). Sum of RGB (Red+Green+Blue) = 155+122+33=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A21 is #6485DE. Grayscale: #7A7A7A. Windows color (decimal): -6587871 or 2194075. OLE color: 2194075.

HSL color Cylindrical-coordinate representation of color #9B7A21: hue angle of 43.77º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B7A21 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15512233-
CMYK00.210.790.39
HSL43.77º64.89%36.86%-
HSV(B)43.77º78.71%60.78%-
XYZ20.75214.4-
YUV121.7277.93151.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 33 (13.28% from 255) = 10.65%
R=50%
G=39.35%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551223300.210.790.3943.7764.8936.86
Hex9B7A210154F272c4125
Octal23317241025117475410145
Binary10011011111101010000101010110011111001111011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,122,33); }

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

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

 a { background-color: rgb(155,122,33); }

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

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

 span { border-color: rgb(155,122,33); }

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