Html Css Color HEX #947910 Hacienda

📋 copy color: '#947910'

red 148 ◦ green 121 ◦ blue 16

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

Shades of Hacienda #947910

Tints of Hacienda #947910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 51.93%
G = 42.46%
B = 5.61%

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

#947910 (or 0x947910) is known color: Hacienda. HEX triplet: 94, 79 and 10. RGB value is (148,121,16). Sum of RGB (Red+Green+Blue) = 148+121+16=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #947910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947910 is #6B86EF. Grayscale: #757575. Windows color (decimal): -7046896 or 1079700. OLE color: 1079700.

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

Color convert

RGB 148 121 16 -
CMYK 0 0.18 0.89 0.42
HSL 47.73º 0.8% 0.32% -
HSV(B) 47.73º 0.89% 0.58% -
XYZ 19.14 20.01 3.34 -
YUV 117.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 148 121 16 0 0.18 0.89 0.42 47.73 0.8 0.32
Hex 94 79 10 0 12 59 2A 30 50 20
Octal 224 171 20 0 22 131 52 60 120 40
Binary 10010100 1111001 10000 0 10010 1011001 101010 110000 1010000 100000

Color Harmonies of #947910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947910

Black with #947910

Text Example


Text Example

White with #947910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947910; }

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

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

background-color css

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

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

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

border-color css

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

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

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