Html Css Color HEX #947A11 Hacienda

📋 copy color: '#947A11'

red 148 ◦ green 122 ◦ blue 17

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

Shades of Hacienda #947A11

Tints of Hacienda #947A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 51.57%
G = 42.51%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947A11 (or 0x947A11) is known color: Hacienda. HEX triplet: 94, 7A and 11. RGB value is (148,122,17). Sum of RGB (Red+Green+Blue) = 148+122+17=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #947A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A11 is #6B85EE. Grayscale: #767676. Windows color (decimal): -7046639 or 1145492. OLE color: 1145492.

HSL color Cylindrical-coordinate representation of color #947A11: hue angle of 48.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #947A11 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 17 -
CMYK 0 0.18 0.89 0.42
HSL 48.09º 0.79% 0.32% -
HSV(B) 48.09º 0.89% 0.58% -
XYZ 19.27 20.26 3.42 -
YUV 117.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 148 122 17 0 0.18 0.89 0.42 48.09 0.79 0.32
Hex 94 7A 11 0 12 59 2A 30 4F 20
Octal 224 172 21 0 22 131 52 60 117 40
Binary 10010100 1111010 10001 0 10010 1011001 101010 110000 1001111 100000

Color Harmonies of #947A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A11

Black with #947A11

Text Example


Text Example

White with #947A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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