#9F7A1A

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

Shades of Hacienda #9F7A1A

Tints of Hacienda #9F7A1A

Color information

#9F7A1A (or 0x9F7A1A) is unknown color: approx Hacienda. HEX triplet: 9F, 7A and 1A. RGB value is (159,122,26). Sum of RGB (Red+Green+Blue) = 159+122+26=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7A1A is #6085E5. Grayscale: #7A7A7A. Windows color (decimal): -6325734 or 1735327. OLE color: 1735327.

HSL color Cylindrical-coordinate representation of color #9F7A1A: hue angle of 43.31º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F7A1A is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB15912226-
CMYK00.230.840.38
HSL43.31º71.89%36.27%-
HSV(B)43.31º83.65%62.35%-
XYZ21.4421.363.97-
YUV122.1273.76154.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=51.79%
G=39.74%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591222600.230.840.3843.3171.8936.27
Hex9F7A1A01754262b4824
Octal23717232027124465311044
Binary1001111111110101101001011110101001001101010111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,122,26); }

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

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

 a { background-color: rgb(159,122,26); }

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

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

 span { border-color: rgb(159,122,26); }

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