Html Css Color HEX #9E741A Hacienda

📋 copy color: '#9E741A'

red 158 ◦ green 116 ◦ blue 26

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

Shades of Hacienda #9E741A

Tints of Hacienda #9E741A

RGB

 RED value IS 158 (62.11% from 255) = 52.67%

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

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 52.67%
G = 38.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E741A (or 0x9E741A) is known color: Hacienda. HEX triplet: 9E, 74 and 1A. RGB value is (158,116,26). Sum of RGB (Red+Green+Blue) = 158+116+26=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E741A is #618BE5. Grayscale: #767676. Windows color (decimal): -6392806 or 1733790. OLE color: 1733790.

HSL color Cylindrical-coordinate representation of color #9E741A: hue angle of 40.91º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E741A is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 116 26 -
CMYK 0 0.27 0.84 0.38
HSL 40.91º 0.72% 0.36% -
HSV(B) 40.91º 0.84% 0.62% -
XYZ 20.53 19.83 3.72 -
YUV 118.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 158 116 26 0 0.27 0.84 0.38 40.91 0.72 0.36
Hex 9E 74 1A 0 1B 54 26 29 48 24
Octal 236 164 32 0 33 124 46 51 110 44
Binary 10011110 1110100 11010 0 11011 1010100 100110 101001 1001000 100100

Color Harmonies of #9E741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E741A

Black with #9E741A

Text Example


Text Example

White with #9E741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E741A; }

 p { color: rgb(158,116,26); }

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

background-color css

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

 a { background-color: rgb(158,116,26); }

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

border-color css

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

 span { border-color: rgb(158,116,26); }

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