Html Css Color HEX #947A19 Hacienda

📋 copy color: '#947A19'

red 148 ◦ green 122 ◦ blue 25

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

Shades of Hacienda #947A19

Tints of Hacienda #947A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.36%

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

R = 50.17%
G = 41.36%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#947A19 (or 0x947A19) is known color: Hacienda. HEX triplet: 94, 7A and 19. RGB value is (148,122,25). Sum of RGB (Red+Green+Blue) = 148+122+25=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #947A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A19 is #6B85E6. Grayscale: #777777. Windows color (decimal): -7046631 or 1669780. OLE color: 1669780.

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

Color convert

RGB 148 122 25 -
CMYK 0 0.18 0.83 0.42
HSL 47.32º 0.71% 0.34% -
HSV(B) 47.32º 0.83% 0.58% -
XYZ 19.35 20.29 3.82 -
YUV 118.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 148 122 25 0 0.18 0.83 0.42 47.32 0.71 0.34
Hex 94 7A 19 0 12 53 2A 2F 47 22
Octal 224 172 31 0 22 123 52 57 107 42
Binary 10010100 1111010 11001 0 10010 1010011 101010 101111 1000111 100010

Color Harmonies of #947A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A19

Black with #947A19

Text Example


Text Example

White with #947A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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