Html Css Color HEX #9E741D Hacienda

📋 copy color: '#9E741D'

red 158 ◦ green 116 ◦ blue 29

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

Shades of Hacienda #9E741D

Tints of Hacienda #9E741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 52.15%
G = 38.28%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E741D (or 0x9E741D) is known color: Hacienda. HEX triplet: 9E, 74 and 1D. RGB value is (158,116,29). Sum of RGB (Red+Green+Blue) = 158+116+29=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E741D is #618BE2. Grayscale: #777777. Windows color (decimal): -6392803 or 1930398. OLE color: 1930398.

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

Color convert

RGB 158 116 29 -
CMYK 0 0.27 0.82 0.38
HSL 40.47º 0.69% 0.37% -
HSV(B) 40.47º 0.82% 0.62% -
XYZ 20.57 19.85 3.91 -
YUV 118.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 158 116 29 0 0.27 0.82 0.38 40.47 0.69 0.37
Hex 9E 74 1D 0 1B 52 26 28 45 25
Octal 236 164 35 0 33 122 46 50 105 45
Binary 10011110 1110100 11101 0 11011 1010010 100110 101000 1000101 100101

Color Harmonies of #9E741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E741D

Black with #9E741D

Text Example


Text Example

White with #9E741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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