#9a7e24

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

Shades of Hacienda #9A7E24

Tints of Hacienda #9A7E24

Color information

#9A7E24 (or 0x9A7E24) is unknown color: approx Hacienda. HEX triplet: 9A, 7E and 24. RGB value is (154,126,36). Sum of RGB (Red+Green+Blue) = 154+126+36=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7E24 is #6581DB. Grayscale: #7C7C7C. Windows color (decimal): -6652380 or 2391706. OLE color: 2391706.

HSL color Cylindrical-coordinate representation of color #9A7E24: hue angle of 45.76º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A7E24 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB15412636-
CMYK00.180.770.40
HSL45.76º62.11%37.25%-
HSV(B)45.76º76.62%60.39%-
XYZ21.1121.924.79-
YUV124.1178.28149.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.73%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=48.73%
G=39.87%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541263600.180.770.4045.7662.1137.25
Hex9A7E240124D282e3e25
Octal2321764402211550567645
Binary1001101011111101001000100101001101101000101110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a7e24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,126,36); }

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

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

 a { background-color: rgb(154,126,36); }

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

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

 span { border-color: rgb(154,126,36); }

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