Html Css Color HEX #947919 Hacienda

📋 copy color: '#947919'

red 148 ◦ green 121 ◦ blue 25

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

Shades of Hacienda #947919

Tints of Hacienda #947919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

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

R = 50.34%
G = 41.16%
B = 8.5%

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

#947919 (or 0x947919) is known color: Hacienda. HEX triplet: 94, 79 and 19. RGB value is (148,121,25). Sum of RGB (Red+Green+Blue) = 148+121+25=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #947919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947919 is #6B86E6. Grayscale: #767676. Windows color (decimal): -7046887 or 1669524. OLE color: 1669524.

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

Color convert

RGB 148 121 25 -
CMYK 0 0.18 0.83 0.42
HSL 46.83º 0.71% 0.34% -
HSV(B) 46.83º 0.83% 0.58% -
XYZ 19.23 20.04 3.77 -
YUV 118.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 148 121 25 0 0.18 0.83 0.42 46.83 0.71 0.34
Hex 94 79 19 0 12 53 2A 2F 47 22
Octal 224 171 31 0 22 123 52 57 107 42
Binary 10010100 1111001 11001 0 10010 1010011 101010 101111 1000111 100010

Color Harmonies of #947919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947919

Black with #947919

Text Example


Text Example

White with #947919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947919; }

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

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

background-color css

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

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

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

border-color css

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

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

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