Html Css Color HEX #947F10 Hacienda

📋 copy color: '#947F10'

red 148 ◦ green 127 ◦ blue 16

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

Shades of Hacienda #947F10

Tints of Hacienda #947F10

RGB

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

 GREEN value IS 127 (50% from 255) = 43.64%

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

R = 50.86%
G = 43.64%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947F10 (or 0x947F10) is known color: Hacienda. HEX triplet: 94, 7F and 10. RGB value is (148,127,16). Sum of RGB (Red+Green+Blue) = 148+127+16=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #947F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F10 is #6B80EF. Grayscale: #797979. Windows color (decimal): -7045360 or 1081236. OLE color: 1081236.

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

Color convert

RGB 148 127 16 -
CMYK 0 0.14 0.89 0.42
HSL 50.45º 0.8% 0.32% -
HSV(B) 50.45º 0.89% 0.58% -
XYZ 19.9 21.51 3.59 -
YUV 120.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 148 127 16 0 0.14 0.89 0.42 50.45 0.8 0.32
Hex 94 7F 10 0 E 59 2A 32 50 20
Octal 224 177 20 0 16 131 52 62 120 40
Binary 10010100 1111111 10000 0 1110 1011001 101010 110010 1010000 100000

Color Harmonies of #947F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F10

Black with #947F10

Text Example


Text Example

White with #947F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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