Html Css Color HEX #947811 Hacienda

📋 copy color: '#947811'

red 148 ◦ green 120 ◦ blue 17

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

Shades of Hacienda #947811

Tints of Hacienda #947811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

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

R = 51.93%
G = 42.11%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947811 (or 0x947811) is known color: Hacienda. HEX triplet: 94, 78 and 11. RGB value is (148,120,17). Sum of RGB (Red+Green+Blue) = 148+120+17=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #947811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947811 is #6B87EE. Grayscale: #757575. Windows color (decimal): -7047151 or 1144980. OLE color: 1144980.

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

Color convert

RGB 148 120 17 -
CMYK 0 0.19 0.89 0.42
HSL 47.18º 0.79% 0.32% -
HSV(B) 47.18º 0.89% 0.58% -
XYZ 19.03 19.77 3.34 -
YUV 116.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 148 120 17 0 0.19 0.89 0.42 47.18 0.79 0.32
Hex 94 78 11 0 13 59 2A 2F 4F 20
Octal 224 170 21 0 23 131 52 57 117 40
Binary 10010100 1111000 10001 0 10011 1011001 101010 101111 1001111 100000

Color Harmonies of #947811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947811

Black with #947811

Text Example


Text Example

White with #947811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947811; }

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

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

background-color css

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

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

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

border-color css

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

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

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