#938014

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

Shades of Hacienda #938014

Tints of Hacienda #938014

Color information

#938014 (or 0x938014) is unknown color: approx Hacienda. HEX triplet: 93, 80 and 14. RGB value is (147,128,20). Sum of RGB (Red+Green+Blue) = 147+128+20=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #938014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938014 is #6C7FEB. Grayscale: #797979. Windows color (decimal): -7110636 or 1343635. OLE color: 1343635.

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

Color convert

RGB14712820-
CMYK00.130.860.42
HSL51.02º76.05%32.75%-
HSV(B)51.02º86.39%57.65%-
XYZ19.8821.693.8-
YUV121.3770.79146.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=49.83%
G=43.39%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471282000.130.860.4251.0276.0532.75
Hex9380140D562A334c21
Octal22320024015126526311441
Binary1001001110000000101000110110101101010101100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938014; }

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

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

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

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

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

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

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

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