Html Css Color HEX #937519 Hacienda

📋 copy color: '#937519'

red 147 ◦ green 117 ◦ blue 25

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

Shades of Hacienda #937519

Tints of Hacienda #937519

RGB

 RED value IS 147 (57.81% from 255) = 50.87%

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

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

R = 50.87%
G = 40.48%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#937519 (or 0x937519) is known color: Hacienda. HEX triplet: 93, 75 and 19. RGB value is (147,117,25). Sum of RGB (Red+Green+Blue) = 147+117+25=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #937519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937519 is #6C8AE6. Grayscale: #737373. Windows color (decimal): -7113447 or 1668499. OLE color: 1668499.

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

Color convert

RGB 147 117 25 -
CMYK 0 0.20 0.83 0.42
HSL 45.25º 0.71% 0.34% -
HSV(B) 45.25º 0.83% 0.58% -
XYZ 18.57 19 3.61 -
YUV 115.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 147 117 25 0 0.20 0.83 0.42 45.25 0.71 0.34
Hex 93 75 19 0 14 53 2A 2D 47 22
Octal 223 165 31 0 24 123 52 55 107 42
Binary 10010011 1110101 11001 0 10100 1010011 101010 101101 1000111 100010

Color Harmonies of #937519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937519

Black with #937519

Text Example


Text Example

White with #937519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937519; }

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

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

background-color css

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

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

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

border-color css

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

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

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