Html Css Color HEX #947911 Hacienda

📋 copy color: '#947911'

red 148 ◦ green 121 ◦ blue 17

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

Shades of Hacienda #947911

Tints of Hacienda #947911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.31%

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

R = 51.75%
G = 42.31%
B = 5.94%

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

#947911 (or 0x947911) is known color: Hacienda. HEX triplet: 94, 79 and 11. RGB value is (148,121,17). Sum of RGB (Red+Green+Blue) = 148+121+17=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #947911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947911 is #6B86EE. Grayscale: #757575. Windows color (decimal): -7046895 or 1145236. OLE color: 1145236.

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

Color convert

RGB 148 121 17 -
CMYK 0 0.18 0.89 0.42
HSL 47.63º 0.79% 0.32% -
HSV(B) 47.63º 0.89% 0.58% -
XYZ 19.15 20.01 3.38 -
YUV 117.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 148 121 17 0 0.18 0.89 0.42 47.63 0.79 0.32
Hex 94 79 11 0 12 59 2A 30 4F 20
Octal 224 171 21 0 22 131 52 60 117 40
Binary 10010100 1111001 10001 0 10010 1011001 101010 110000 1001111 100000

Color Harmonies of #947911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947911

Black with #947911

Text Example


Text Example

White with #947911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947911; }

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

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

background-color css

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

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

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

border-color css

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

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

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