Html Css Color HEX #947419 Hacienda

📋 copy color: '#947419'

red 148 ◦ green 116 ◦ blue 25

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

Shades of Hacienda #947419

Tints of Hacienda #947419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

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

R = 51.21%
G = 40.14%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#947419 (or 0x947419) is known color: Hacienda. HEX triplet: 94, 74 and 19. RGB value is (148,116,25). Sum of RGB (Red+Green+Blue) = 148+116+25=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #947419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947419 is #6B8BE6. Grayscale: #737373. Windows color (decimal): -7048167 or 1668244. OLE color: 1668244.

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

Color convert

RGB 148 116 25 -
CMYK 0 0.22 0.83 0.42
HSL 44.39º 0.71% 0.34% -
HSV(B) 44.39º 0.83% 0.58% -
XYZ 18.63 18.86 3.58 -
YUV 115.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 148 116 25 0 0.22 0.83 0.42 44.39 0.71 0.34
Hex 94 74 19 0 16 53 2A 2C 47 22
Octal 224 164 31 0 26 123 52 54 107 42
Binary 10010100 1110100 11001 0 10110 1010011 101010 101100 1000111 100010

Color Harmonies of #947419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947419

Black with #947419

Text Example


Text Example

White with #947419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947419; }

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

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

background-color css

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

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

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

border-color css

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

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

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