#8F7F11

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

Shades of Hacienda #8F7F11

Tints of Hacienda #8F7F11

Color information

#8F7F11 (or 0x8F7F11) is unknown color: approx Hacienda. HEX triplet: 8F, 7F and 11. RGB value is (143,127,17). Sum of RGB (Red+Green+Blue) = 143+127+17=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7F11 is #7080EE. Grayscale: #777777. Windows color (decimal): -7373039 or 1146767. OLE color: 1146767.

HSL color Cylindrical-coordinate representation of color #8F7F11: hue angle of 52.38º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F7F11 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB14312717-
CMYK00.110.880.44
HSL52.38º78.75%31.37%-
HSV(B)52.38º88.11%56.08%-
XYZ19.0221.063.59-
YUV119.2470.3144.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.83%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 17 (7.03% from 255) = 5.92%
R=49.83%
G=44.25%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431271700.110.880.4452.3878.7531.37
Hex8F7F110B582C344f1f
Octal21717721013130546411737
Binary10001111111111110001010111011000101100110100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F7F11; }

 p { color: rgb(143,127,17); }

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

<style>
 a { background-color: #8F7F11; }

 a { background-color: rgb(143,127,17); }

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

<style>
 span { border-color: #8F7F11; }

 span { border-color: rgb(143,127,17); }

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