Html Css Color HEX #938014 Hacienda

📋 copy color: '#938014'

red 147 ◦ green 128 ◦ blue 20

#938014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #938014

Tints of Hacienda #938014

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.2% from 255) = 6.78%

R = 49.83%
G = 43.39%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#938014 (or 0x938014) is known color: 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

RGB 147 128 20 -
CMYK 0 0.13 0.86 0.42
HSL 51.02º 0.76% 0.33% -
HSV(B) 51.02º 0.86% 0.58% -
XYZ 19.88 21.69 3.8 -
YUV 121.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 147 128 20 0 0.13 0.86 0.42 51.02 0.76 0.33
Hex 93 80 14 0 D 56 2A 33 4C 21
Octal 223 200 24 0 15 126 52 63 114 41
Binary 10010011 10000000 10100 0 1101 1010110 101010 110011 1001100 100001

Color Harmonies of #938014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938014

Black with #938014

Text Example


Text Example

White with #938014

Text Example


Text Example

HTML Codes & Css Web 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>