#9A7F2A

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

Shades of Hacienda #9A7F2A

Tints of Hacienda #9A7F2A

Color information

#9A7F2A (or 0x9A7F2A) is unknown color: approx Hacienda. HEX triplet: 9A, 7F and 2A. RGB value is (154,127,42). Sum of RGB (Red+Green+Blue) = 154+127+42=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7F2A is #6580D5. Grayscale: #7D7D7D. Windows color (decimal): -6652118 or 2785178. OLE color: 2785178.

HSL color Cylindrical-coordinate representation of color #9A7F2A: hue angle of 45.54º 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 #9A7F2A is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB15412742-
CMYK00.180.730.40
HSL45.54º57.14%38.43%-
HSV(B)45.54º72.73%60.39%-
XYZ21.3322.225.35-
YUV125.3880.95148.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.68%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 42 (16.80% from 255) = 13.00%
R=47.68%
G=39.32%
B=13.00%

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
Decimal1541274200.180.730.4045.5457.1438.43
Hex9A7F2A01249282e3926
Octal2321775202211150567146
Binary1001101011111111010100100101001001101000101110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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