#9B7E22

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

Shades of Hacienda #9B7E22

Tints of Hacienda #9B7E22

Color information

#9B7E22 (or 0x9B7E22) is unknown color: approx Hacienda. HEX triplet: 9B, 7E and 22. RGB value is (155,126,34). Sum of RGB (Red+Green+Blue) = 155+126+34=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7E22 is #6481DD. Grayscale: #7C7C7C. Windows color (decimal): -6586846 or 2260635. OLE color: 2260635.

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

Color convert

RGB15512634-
CMYK00.190.780.39
HSL45.62º64.02%37.06%-
HSV(B)45.62º78.06%60.78%-
XYZ21.2722.014.64-
YUV124.1877.11149.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 34 (13.67% from 255) = 10.79%
R=49.21%
G=40%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551263400.190.780.3945.6264.0237.06
Hex9B7E220134E272e4025
Octal23317642023116475610045
Binary10011011111111010001001001110011101001111011101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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