#9f8a1e

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

Shades of Hacienda #9F8A1E

Tints of Hacienda #9F8A1E

Color information

#9F8A1E (or 0x9F8A1E) is unknown color: approx Hacienda. HEX triplet: 9F, 8A and 1E. RGB value is (159,138,30). Sum of RGB (Red+Green+Blue) = 159+138+30=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8A1E is #6075E1. Grayscale: #848484. Windows color (decimal): -6321634 or 2001567. OLE color: 2001567.

HSL color Cylindrical-coordinate representation of color #9F8A1E: hue angle of 50.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F8A1E is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB15913830-
CMYK00.130.810.38
HSL50.23º68.25%37.06%-
HSV(B)50.23º81.13%62.35%-
XYZ23.6225.644.93-
YUV131.9770.46147.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.62%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 30 (12.11% from 255) = 9.17%
R=48.62%
G=42.20%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591383000.130.810.3850.2368.2537.06
Hex9F8A1E0D5126324425
Octal23721236015121466210445
Binary1001111110001010111100110110100011001101100101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f8a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,138,30); }

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

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

 a { background-color: rgb(159,138,30); }

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

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

 span { border-color: rgb(159,138,30); }

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