Html Css Color HEX #947C16 Hacienda

📋 copy color: '#947C16'

red 148 ◦ green 124 ◦ blue 22

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

Shades of Hacienda #947C16

Tints of Hacienda #947C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.48%

R = 50.34%
G = 42.18%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#947C16 (or 0x947C16) is known color: Hacienda. HEX triplet: 94, 7C and 16. RGB value is (148,124,22). Sum of RGB (Red+Green+Blue) = 148+124+22=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #947C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C16 is #6B83E9. Grayscale: #777777. Windows color (decimal): -7046122 or 1473684. OLE color: 1473684.

HSL color Cylindrical-coordinate representation of color #947C16: hue angle of 48.57º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #947C16 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 22 -
CMYK 0 0.16 0.85 0.42
HSL 48.57º 0.74% 0.33% -
HSV(B) 48.57º 0.85% 0.58% -
XYZ 19.57 20.77 3.74 -
YUV 119.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 148 124 22 0 0.16 0.85 0.42 48.57 0.74 0.33
Hex 94 7C 16 0 10 55 2A 31 4A 21
Octal 224 174 26 0 20 125 52 61 112 41
Binary 10010100 1111100 10110 0 10000 1010101 101010 110001 1001010 100001

Color Harmonies of #947C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C16

Black with #947C16

Text Example


Text Example

White with #947C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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