Html Css Color HEX #947519 Hacienda

📋 copy color: '#947519'

red 148 ◦ green 117 ◦ blue 25

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

Shades of Hacienda #947519

Tints of Hacienda #947519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

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

R = 51.03%
G = 40.34%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#947519 (or 0x947519) is known color: Hacienda. HEX triplet: 94, 75 and 19. RGB value is (148,117,25). Sum of RGB (Red+Green+Blue) = 148+117+25=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #947519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947519 is #6B8AE6. Grayscale: #747474. Windows color (decimal): -7047911 or 1668500. OLE color: 1668500.

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

Color convert

RGB 148 117 25 -
CMYK 0 0.21 0.83 0.42
HSL 44.88º 0.71% 0.34% -
HSV(B) 44.88º 0.83% 0.58% -
XYZ 18.75 19.09 3.62 -
YUV 115.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 148 117 25 0 0.21 0.83 0.42 44.88 0.71 0.34
Hex 94 75 19 0 15 53 2A 2D 47 22
Octal 224 165 31 0 25 123 52 55 107 42
Binary 10010100 1110101 11001 0 10101 1010011 101010 101101 1000111 100010

Color Harmonies of #947519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947519

Black with #947519

Text Example


Text Example

White with #947519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947519; }

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

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

background-color css

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

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

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

border-color css

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

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

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