Html Css Color HEX #947A14 Hacienda

📋 copy color: '#947A14'

red 148 ◦ green 122 ◦ blue 20

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

Shades of Hacienda #947A14

Tints of Hacienda #947A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.07%

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

R = 51.03%
G = 42.07%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#947A14 (or 0x947A14) is known color: Hacienda. HEX triplet: 94, 7A and 14. RGB value is (148,122,20). Sum of RGB (Red+Green+Blue) = 148+122+20=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #947A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A14 is #6B85EB. Grayscale: #767676. Windows color (decimal): -7046636 or 1342100. OLE color: 1342100.

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

Color convert

RGB 148 122 20 -
CMYK 0 0.18 0.86 0.42
HSL 47.81º 0.76% 0.33% -
HSV(B) 47.81º 0.86% 0.58% -
XYZ 19.3 20.27 3.56 -
YUV 118.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 148 122 20 0 0.18 0.86 0.42 47.81 0.76 0.33
Hex 94 7A 14 0 12 56 2A 30 4C 21
Octal 224 172 24 0 22 126 52 60 114 41
Binary 10010100 1111010 10100 0 10010 1010110 101010 110000 1001100 100001

Color Harmonies of #947A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A14

Black with #947A14

Text Example


Text Example

White with #947A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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