Html Css Color HEX #947C10 Hacienda

📋 copy color: '#947C10'

red 148 ◦ green 124 ◦ blue 16

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

Shades of Hacienda #947C10

Tints of Hacienda #947C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

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

R = 51.39%
G = 43.06%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#947C10 (or 0x947C10) is known color: Hacienda. HEX triplet: 94, 7C and 10. RGB value is (148,124,16). Sum of RGB (Red+Green+Blue) = 148+124+16=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #947C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C10 is #6B83EF. Grayscale: #777777. Windows color (decimal): -7046128 or 1080468. OLE color: 1080468.

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

Color convert

RGB 148 124 16 -
CMYK 0 0.16 0.89 0.42
HSL 49.09º 0.8% 0.32% -
HSV(B) 49.09º 0.89% 0.58% -
XYZ 19.51 20.75 3.47 -
YUV 118.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 148 124 16 0 0.16 0.89 0.42 49.09 0.8 0.32
Hex 94 7C 10 0 10 59 2A 31 50 20
Octal 224 174 20 0 20 131 52 61 120 40
Binary 10010100 1111100 10000 0 10000 1011001 101010 110001 1010000 100000

Color Harmonies of #947C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C10

Black with #947C10

Text Example


Text Example

White with #947C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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