Html Css Color HEX #947711 Hacienda

📋 copy color: '#947711'

red 148 ◦ green 119 ◦ blue 17

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

Shades of Hacienda #947711

Tints of Hacienda #947711

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.9%

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

R = 52.11%
G = 41.9%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947711 (or 0x947711) is known color: Hacienda. HEX triplet: 94, 77 and 11. RGB value is (148,119,17). Sum of RGB (Red+Green+Blue) = 148+119+17=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #947711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947711 is #6B88EE. Grayscale: #747474. Windows color (decimal): -7047407 or 1144724. OLE color: 1144724.

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

Color convert

RGB 148 119 17 -
CMYK 0 0.20 0.89 0.42
HSL 46.72º 0.79% 0.32% -
HSV(B) 46.72º 0.89% 0.58% -
XYZ 18.91 19.53 3.3 -
YUV 116.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 148 119 17 0 0.20 0.89 0.42 46.72 0.79 0.32
Hex 94 77 11 0 14 59 2A 2F 4F 20
Octal 224 167 21 0 24 131 52 57 117 40
Binary 10010100 1110111 10001 0 10100 1011001 101010 101111 1001111 100000

Color Harmonies of #947711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947711

Black with #947711

Text Example


Text Example

White with #947711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947711; }

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

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

background-color css

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

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

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

border-color css

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

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

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