Html Css Color HEX #947E14 Hacienda

📋 copy color: '#947E14'

red 148 ◦ green 126 ◦ blue 20

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

Shades of Hacienda #947E14

Tints of Hacienda #947E14

RGB

 RED value IS 148 (58.2% from 255) = 50.34%

 GREEN value IS 126 (49.61% from 255) = 42.86%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 50.34%
G = 42.86%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#947E14 (or 0x947E14) is known color: Hacienda. HEX triplet: 94, 7E and 14. RGB value is (148,126,20). Sum of RGB (Red+Green+Blue) = 148+126+20=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #947E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947E14 is #6B81EB. Grayscale: #787878. Windows color (decimal): -7045612 or 1343124. OLE color: 1343124.

HSL color Cylindrical-coordinate representation of color #947E14: hue angle of 49.69º 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 #947E14 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 126 20 -
CMYK 0 0.15 0.86 0.42
HSL 49.69º 0.76% 0.33% -
HSV(B) 49.69º 0.86% 0.58% -
XYZ 19.8 21.27 3.72 -
YUV 120.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 148 126 20 0 0.15 0.86 0.42 49.69 0.76 0.33
Hex 94 7E 14 0 F 56 2A 32 4C 21
Octal 224 176 24 0 17 126 52 62 114 41
Binary 10010100 1111110 10100 0 1111 1010110 101010 110010 1001100 100001

Color Harmonies of #947E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E14

Black with #947E14

Text Example


Text Example

White with #947E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947E14; }

 p { color: rgb(148,126,20); }

 H1.HeaderClassName
 {
   color: #947E14;
 }
 .AnyTagClassName
 {
   color: #947E14;
 }
</style>

background-color css

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

 a { background-color: rgb(148,126,20); }

 div.DivClassName
 {
   background-color: #947E14;
 }
 .BgClassName
 {
   background-color: #947E14;
 }
</style>

border-color css

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

 span { border-color: rgb(148,126,20); }

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