#937E19

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

Shades of Hacienda #937E19

Tints of Hacienda #937E19

Color information

#937E19 (or 0x937E19) is unknown color: approx Hacienda. HEX triplet: 93, 7E and 19. RGB value is (147,126,25). Sum of RGB (Red+Green+Blue) = 147+126+25=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #937E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937E19 is #6C81E6. Grayscale: #797979. Windows color (decimal): -7111143 or 1670803. OLE color: 1670803.

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

Color convert

RGB14712625-
CMYK00.140.830.42
HSL49.67º70.93%33.73%-
HSV(B)49.67º82.99%57.65%-
XYZ19.6721.193.97-
YUV120.7673.96146.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 126 (49.61% from 255) = 42.28%
BLUE value IS 25 (10.16% from 255) = 8.39%
R=49.33%
G=42.28%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471262500.140.830.4249.6770.9333.73
Hex937E190E532A324722
Octal22317631016123526210742
Binary100100111111110110010111010100111010101100101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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