Html Css Color HEX #947C19 Hacienda

📋 copy color: '#947C19'

red 148 ◦ green 124 ◦ blue 25

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

Shades of Hacienda #947C19

Tints of Hacienda #947C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 49.83%
G = 41.75%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#947C19 (or 0x947C19) is known color: Hacienda. HEX triplet: 94, 7C and 19. RGB value is (148,124,25). Sum of RGB (Red+Green+Blue) = 148+124+25=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #947C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C19 is #6B83E6. Grayscale: #787878. Windows color (decimal): -7046119 or 1670292. OLE color: 1670292.

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

Color convert

RGB 148 124 25 -
CMYK 0 0.16 0.83 0.42
HSL 48.29º 0.71% 0.34% -
HSV(B) 48.29º 0.83% 0.58% -
XYZ 19.6 20.78 3.9 -
YUV 119.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 148 124 25 0 0.16 0.83 0.42 48.29 0.71 0.34
Hex 94 7C 19 0 10 53 2A 30 47 22
Octal 224 174 31 0 20 123 52 60 107 42
Binary 10010100 1111100 11001 0 10000 1010011 101010 110000 1000111 100010

Color Harmonies of #947C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C19

Black with #947C19

Text Example


Text Example

White with #947C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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