Html Css Color HEX #947C20 Hacienda

📋 copy color: '#947C20'

red 148 ◦ green 124 ◦ blue 32

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

Shades of Hacienda #947C20

Tints of Hacienda #947C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.79%

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 48.68%
G = 40.79%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#947C20 (or 0x947C20) is known color: Hacienda. HEX triplet: 94, 7C and 20. RGB value is (148,124,32). Sum of RGB (Red+Green+Blue) = 148+124+32=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #947C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C20 is #6B83DF. Grayscale: #797979. Windows color (decimal): -7046112 or 2129044. OLE color: 2129044.

HSL color Cylindrical-coordinate representation of color #947C20: hue angle of 47.59º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #947C20 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 32 -
CMYK 0 0.16 0.78 0.42
HSL 47.59º 0.64% 0.35% -
HSV(B) 47.59º 0.78% 0.58% -
XYZ 19.68 20.82 4.35 -
YUV 120.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 148 124 32 0 0.16 0.78 0.42 47.59 0.64 0.35
Hex 94 7C 20 0 10 4E 2A 30 40 23
Octal 224 174 40 0 20 116 52 60 100 43
Binary 10010100 1111100 100000 0 10000 1001110 101010 110000 1000000 100011

Color Harmonies of #947C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C20

Black with #947C20

Text Example


Text Example

White with #947C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,32); }

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

background-color css

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

 a { background-color: rgb(148,124,32); }

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

border-color css

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

 span { border-color: rgb(148,124,32); }

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