Html Css Color HEX #957E11 Hacienda

📋 copy color: '#957E11'

red 149 ◦ green 126 ◦ blue 17

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

Shades of Hacienda #957E11

Tints of Hacienda #957E11

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.15%

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 51.03%
G = 43.15%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957E11 (or 0x957E11) is known color: Hacienda. HEX triplet: 95, 7E and 11. RGB value is (149,126,17). Sum of RGB (Red+Green+Blue) = 149+126+17=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #957E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957E11 is #6A81EE. Grayscale: #787878. Windows color (decimal): -6980079 or 1146517. OLE color: 1146517.

HSL color Cylindrical-coordinate representation of color #957E11: hue angle of 49.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #957E11 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 17 -
CMYK 0 0.15 0.89 0.42
HSL 49.55º 0.8% 0.33% -
HSV(B) 49.55º 0.89% 0.58% -
XYZ 19.96 21.35 3.6 -
YUV 120.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 149 126 17 0 0.15 0.89 0.42 49.55 0.8 0.33
Hex 95 7E 11 0 F 59 2A 32 50 21
Octal 225 176 21 0 17 131 52 62 120 41
Binary 10010101 1111110 10001 0 1111 1011001 101010 110010 1010000 100001

Color Harmonies of #957E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E11

Black with #957E11

Text Example


Text Example

White with #957E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957E11; }

 p { color: rgb(149,126,17); }

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

background-color css

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

 a { background-color: rgb(149,126,17); }

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

border-color css

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

 span { border-color: rgb(149,126,17); }

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