#9F8C1C

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

Shades of Hacienda #9F8C1C

Tints of Hacienda #9F8C1C

Color information

#9F8C1C (or 0x9F8C1C) is unknown color: approx Hacienda. HEX triplet: 9F, 8C and 1C. RGB value is (159,140,28). Sum of RGB (Red+Green+Blue) = 159+140+28=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8C1C is #6073E3. Grayscale: #858585. Windows color (decimal): -6321124 or 1871007. OLE color: 1871007.

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

Color convert

RGB15914028-
CMYK00.120.820.38
HSL51.3º70.05%36.67%-
HSV(B)51.3º82.39%62.35%-
XYZ23.8926.214.9-
YUV132.9168.79146.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.62%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=48.62%
G=42.81%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591402800.120.820.3851.370.0536.67
Hex9F8C1C0C5226334625
Octal23721434014122466310645
Binary1001111110001100111000110010100101001101100111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,140,28); }

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

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

 a { background-color: rgb(159,140,28); }

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

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

 span { border-color: rgb(159,140,28); }

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