Html Css Color HEX #947A20 Hacienda

📋 copy color: '#947A20'

red 148 ◦ green 122 ◦ blue 32

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

Shades of Hacienda #947A20

Tints of Hacienda #947A20

RGB

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

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

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

R = 49.01%
G = 40.4%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#947A20 (or 0x947A20) is known color: Hacienda. HEX triplet: 94, 7A and 20. RGB value is (148,122,32). Sum of RGB (Red+Green+Blue) = 148+122+32=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #947A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A20 is #6B85DF. Grayscale: #777777. Windows color (decimal): -7046624 or 2128532. OLE color: 2128532.

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

Color convert

RGB 148 122 32 -
CMYK 0 0.18 0.78 0.42
HSL 46.55º 0.64% 0.35% -
HSV(B) 46.55º 0.78% 0.58% -
XYZ 19.43 20.32 4.26 -
YUV 119.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 148 122 32 0 0.18 0.78 0.42 46.55 0.64 0.35
Hex 94 7A 20 0 12 4E 2A 2F 40 23
Octal 224 172 40 0 22 116 52 57 100 43
Binary 10010100 1111010 100000 0 10010 1001110 101010 101111 1000000 100011

Color Harmonies of #947A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A20

Black with #947A20

Text Example


Text Example

White with #947A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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