#9A7E2A

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

Shades of Hacienda #9A7E2A

Tints of Hacienda #9A7E2A

Color information

#9A7E2A (or 0x9A7E2A) is unknown color: approx Hacienda. HEX triplet: 9A, 7E and 2A. RGB value is (154,126,42). Sum of RGB (Red+Green+Blue) = 154+126+42=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7E2A is #6581D5. Grayscale: #7D7D7D. Windows color (decimal): -6652374 or 2784922. OLE color: 2784922.

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

Color convert

RGB15412642-
CMYK00.180.730.40
HSL45º57.14%38.43%-
HSV(B)45º72.73%60.39%-
XYZ21.2121.965.31-
YUV124.881.28148.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.83%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 42 (16.80% from 255) = 13.04%
R=47.83%
G=39.13%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541264200.180.730.404557.1438.43
Hex9A7E2A01249282d3926
Octal2321765202211150557146
Binary1001101011111101010100100101001001101000101101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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