Html Css Color HEX #9E741F Hacienda

📋 copy color: '#9E741F'

red 158 ◦ green 116 ◦ blue 31

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

Shades of Hacienda #9E741F

Tints of Hacienda #9E741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 51.8%
G = 38.03%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E741F (or 0x9E741F) is known color: Hacienda. HEX triplet: 9E, 74 and 1F. RGB value is (158,116,31). Sum of RGB (Red+Green+Blue) = 158+116+31=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E741F is #618BE0. Grayscale: #777777. Windows color (decimal): -6392801 or 2061470. OLE color: 2061470.

HSL color Cylindrical-coordinate representation of color #9E741F: hue angle of 40.16º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E741F is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 116 31 -
CMYK 0 0.27 0.80 0.38
HSL 40.16º 0.67% 0.37% -
HSV(B) 40.16º 0.8% 0.62% -
XYZ 20.59 19.86 4.04 -
YUV 118.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 158 116 31 0 0.27 0.80 0.38 40.16 0.67 0.37
Hex 9E 74 1F 0 1B 50 26 28 43 25
Octal 236 164 37 0 33 120 46 50 103 45
Binary 10011110 1110100 11111 0 11011 1010000 100110 101000 1000011 100101

Color Harmonies of #9E741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E741F

Black with #9E741F

Text Example


Text Example

White with #9E741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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