Html Css Color HEX #957519 Hacienda

📋 copy color: '#957519'

red 149 ◦ green 117 ◦ blue 25

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

Shades of Hacienda #957519

Tints of Hacienda #957519

RGB

 RED value IS 149 (58.59% from 255) = 51.2%

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

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

R = 51.2%
G = 40.21%
B = 8.59%

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

#957519 (or 0x957519) is known color: Hacienda. HEX triplet: 95, 75 and 19. RGB value is (149,117,25). Sum of RGB (Red+Green+Blue) = 149+117+25=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #957519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957519 is #6A8AE6. Grayscale: #747474. Windows color (decimal): -6982375 or 1668501. OLE color: 1668501.

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

Color convert

RGB 149 117 25 -
CMYK 0 0.21 0.83 0.42
HSL 44.52º 0.71% 0.34% -
HSV(B) 44.52º 0.83% 0.58% -
XYZ 18.93 19.18 3.62 -
YUV 116.08 76.6 151.48 -
System Red Green Blue C M Y K H S L
Decimal 149 117 25 0 0.21 0.83 0.42 44.52 0.71 0.34
Hex 95 75 19 0 15 53 2A 2D 47 22
Octal 225 165 31 0 25 123 52 55 107 42
Binary 10010101 1110101 11001 0 10101 1010011 101010 101101 1000111 100010

Color Harmonies of #957519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957519

Black with #957519

Text Example


Text Example

White with #957519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957519; }

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

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

background-color css

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

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

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

border-color css

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

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

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