#937E16

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

Shades of Hacienda #937E16

Tints of Hacienda #937E16

Color information

#937E16 (or 0x937E16) is unknown color: approx Hacienda. HEX triplet: 93, 7E and 16. RGB value is (147,126,22). Sum of RGB (Red+Green+Blue) = 147+126+22=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #937E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937E16 is #6C81E9. Grayscale: #787878. Windows color (decimal): -7111146 or 1474195. OLE color: 1474195.

HSL color Cylindrical-coordinate representation of color #937E16: hue angle of 49.92º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #937E16 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB14712622-
CMYK00.140.850.42
HSL49.92º73.96%33.14%-
HSV(B)49.92º85.03%57.65%-
XYZ19.6421.183.81-
YUV120.4272.46146.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 126 (49.61% from 255) = 42.71%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=49.83%
G=42.71%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471262200.140.850.4249.9273.9633.14
Hex937E160E552A324a21
Octal22317626016125526211241
Binary100100111111110101100111010101011010101100101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937E16; }

 p { color: rgb(147,126,22); }

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

<style>
 a { background-color: #937E16; }

 a { background-color: rgb(147,126,22); }

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

<style>
 span { border-color: #937E16; }

 span { border-color: rgb(147,126,22); }

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