#9B7921

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

Shades of Hacienda #9B7921

Tints of Hacienda #9B7921

Color information

#9B7921 (or 0x9B7921) is unknown color: approx Hacienda. HEX triplet: 9B, 79 and 21. RGB value is (155,121,33). Sum of RGB (Red+Green+Blue) = 155+121+33=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7921 is #6486DE. Grayscale: #797979. Windows color (decimal): -6588127 or 2193819. OLE color: 2193819.

HSL color Cylindrical-coordinate representation of color #9B7921: hue angle of 43.28º 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 #9B7921 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15512133-
CMYK00.220.790.39
HSL43.28º64.89%36.86%-
HSV(B)43.28º78.71%60.78%-
XYZ20.6320.754.36-
YUV121.1378.26152.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=50.16%
G=39.16%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551213300.220.790.3943.2864.8936.86
Hex9B79210164F272b4125
Octal23317141026117475310145
Binary10011011111100110000101011010011111001111010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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