#9E7C14

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

Shades of Hacienda #9E7C14

Tints of Hacienda #9E7C14

Color information

#9E7C14 (or 0x9E7C14) is unknown color: approx Hacienda. HEX triplet: 9E, 7C and 14. RGB value is (158,124,20). Sum of RGB (Red+Green+Blue) = 158+124+20=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7C14 is #6183EB. Grayscale: #7A7A7A. Windows color (decimal): -6390764 or 1342622. OLE color: 1342622.

HSL color Cylindrical-coordinate representation of color #9E7C14: hue angle of 45.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E7C14 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15812420-
CMYK00.220.870.38
HSL45.22º77.53%34.9%-
HSV(B)45.22º87.34%61.96%-
XYZ21.4321.733.73-
YUV122.3170.26153.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.32%
GREEN value IS 124 (48.83% from 255) = 41.06%
BLUE value IS 20 (8.20% from 255) = 6.62%
R=52.32%
G=41.06%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581242000.220.870.3845.2277.5334.9
Hex9E7C1401657262d4e23
Octal23617424026127465511643
Binary1001111011111001010001011010101111001101011011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,20); }

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

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

 a { background-color: rgb(158,124,20); }

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

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

 span { border-color: rgb(158,124,20); }

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