#938012

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

Shades of Hacienda #938012

Tints of Hacienda #938012

Color information

#938012 (or 0x938012) is unknown color: approx Hacienda. HEX triplet: 93, 80 and 12. RGB value is (147,128,18). Sum of RGB (Red+Green+Blue) = 147+128+18=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #938012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938012 is #6C7FED. Grayscale: #797979. Windows color (decimal): -7110638 or 1212563. OLE color: 1212563.

HSL color Cylindrical-coordinate representation of color #938012: hue angle of 51.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #938012 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14712818-
CMYK00.130.880.42
HSL51.16º78.18%32.35%-
HSV(B)51.16º87.76%57.65%-
XYZ19.8621.693.71-
YUV121.1469.79146.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=50.17%
G=43.69%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471281800.130.880.4251.1678.1832.35
Hex9380120D582A334e20
Octal22320022015130526311640
Binary1001001110000000100100110110110001010101100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938012; }

 p { color: rgb(147,128,18); }

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

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

 a { background-color: rgb(147,128,18); }

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

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

 span { border-color: rgb(147,128,18); }

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