#8F7816

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

Shades of Hacienda #8F7816

Tints of Hacienda #8F7816

Color information

#8F7816 (or 0x8F7816) is unknown color: approx Hacienda. HEX triplet: 8F, 78 and 16. RGB value is (143,120,22). Sum of RGB (Red+Green+Blue) = 143+120+22=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7816 is #7087E9. Grayscale: #747474. Windows color (decimal): -7374826 or 1472655. OLE color: 1472655.

HSL color Cylindrical-coordinate representation of color #8F7816: hue angle of 48.6º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F7816 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14312022-
CMYK00.160.850.44
HSL48.6º73.33%32.35%-
HSV(B)48.6º84.62%56.08%-
XYZ18.1919.333.53-
YUV115.775.12147.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.18%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=50.18%
G=42.11%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431202200.160.850.4448.673.3332.35
Hex8F7816010552C314920
Octal21717026020125546111140
Binary1000111111110001011001000010101011011001100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,22); }

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

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

 a { background-color: rgb(143,120,22); }

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

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

 span { border-color: rgb(143,120,22); }

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