#9F8B1B

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

Shades of Hacienda #9F8B1B

Tints of Hacienda #9F8B1B

Color information

#9F8B1B (or 0x9F8B1B) is unknown color: approx Hacienda. HEX triplet: 9F, 8B and 1B. RGB value is (159,139,27). Sum of RGB (Red+Green+Blue) = 159+139+27=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8B1B is #6074E4. Grayscale: #848484. Windows color (decimal): -6321381 or 1805215. OLE color: 1805215.

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

Color convert

RGB15913927-
CMYK00.130.830.38
HSL50.91º70.97%36.47%-
HSV(B)50.91º83.02%62.35%-
XYZ23.7325.924.79-
YUV132.2168.63147.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 27 (10.94% from 255) = 8.31%
R=48.92%
G=42.77%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591392700.130.830.3850.9170.9736.47
Hex9F8B1B0D5326334724
Octal23721333015123466310744
Binary1001111110001011110110110110100111001101100111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,139,27); }

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

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

 a { background-color: rgb(159,139,27); }

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

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

 span { border-color: rgb(159,139,27); }

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