#9F881E

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

Shades of Hacienda #9F881E

Tints of Hacienda #9F881E

Color information

#9F881E (or 0x9F881E) is unknown color: approx Hacienda. HEX triplet: 9F, 88 and 1E. RGB value is (159,136,30). Sum of RGB (Red+Green+Blue) = 159+136+30=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F881E is #6077E1. Grayscale: #838383. Windows color (decimal): -6322146 or 2001055. OLE color: 2001055.

HSL color Cylindrical-coordinate representation of color #9F881E: hue angle of 49.3º 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 #9F881E is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB15913630-
CMYK00.140.810.38
HSL49.3º68.25%37.06%-
HSV(B)49.3º81.13%62.35%-
XYZ23.3425.074.84-
YUV130.7971.12148.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=48.92%
G=41.85%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591363000.140.810.3849.368.2537.06
Hex9F881E0E5126314425
Octal23721036016121466110445
Binary1001111110001000111100111010100011001101100011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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