#9A7E19

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

Shades of Hacienda #9A7E19

Tints of Hacienda #9A7E19

Color information

#9A7E19 (or 0x9A7E19) is unknown color: approx Hacienda. HEX triplet: 9A, 7E and 19. RGB value is (154,126,25). Sum of RGB (Red+Green+Blue) = 154+126+25=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7E19 is #6581E6. Grayscale: #7B7B7B. Windows color (decimal): -6652391 or 1670810. OLE color: 1670810.

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

Color convert

RGB15412625-
CMYK00.180.840.40
HSL46.98º72.07%35.1%-
HSV(B)46.98º83.77%60.39%-
XYZ20.9621.864.03-
YUV122.8672.78150.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 25 (10.16% from 255) = 8.20%
R=50.49%
G=41.31%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541262500.180.840.4046.9872.0735.1
Hex9A7E1901254282f4823
Octal23217631022124505711043
Binary1001101011111101100101001010101001010001011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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