#8F7C16

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

Shades of Hacienda #8F7C16

Tints of Hacienda #8F7C16

Color information

#8F7C16 (or 0x8F7C16) is unknown color: approx Hacienda. HEX triplet: 8F, 7C and 16. RGB value is (143,124,22). Sum of RGB (Red+Green+Blue) = 143+124+22=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7C16 is #7083E9. Grayscale: #767676. Windows color (decimal): -7373802 or 1473679. OLE color: 1473679.

HSL color Cylindrical-coordinate representation of color #8F7C16: hue angle of 50.58º 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 #8F7C16 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14312422-
CMYK00.130.850.44
HSL50.58º73.33%32.35%-
HSV(B)50.58º84.62%56.08%-
XYZ18.6820.313.7-
YUV118.0573.79145.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.48%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=49.48%
G=42.91%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431242200.130.850.4450.5873.3332.35
Hex8F7C160D552C334920
Octal21717426015125546311140
Binary100011111111100101100110110101011011001100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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