Html Css Color HEX #9E8119 Hacienda

📋 copy color: '#9E8119'

red 158 ◦ green 129 ◦ blue 25

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

Shades of Hacienda #9E8119

Tints of Hacienda #9E8119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

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

R = 50.64%
G = 41.35%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E8119 (or 0x9E8119) is known color: Hacienda. HEX triplet: 9E, 81 and 19. RGB value is (158,129,25). Sum of RGB (Red+Green+Blue) = 158+129+25=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8119 is #617EE6. Grayscale: #7E7E7E. Windows color (decimal): -6389479 or 1671582. OLE color: 1671582.

HSL color Cylindrical-coordinate representation of color #9E8119: hue angle of 46.92º degrees, saturation: 0.73, 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 #9E8119 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 129 25 -
CMYK 0 0.18 0.84 0.38
HSL 46.92º 0.73% 0.36% -
HSV(B) 46.92º 0.84% 0.62% -
XYZ 22.13 23.04 4.2 -
YUV 125.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 158 129 25 0 0.18 0.84 0.38 46.92 0.73 0.36
Hex 9E 81 19 0 12 54 26 2F 49 24
Octal 236 201 31 0 22 124 46 57 111 44
Binary 10011110 10000001 11001 0 10010 1010100 100110 101111 1001001 100100

Color Harmonies of #9E8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8119

Black with #9E8119

Text Example


Text Example

White with #9E8119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,129,25); }

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

background-color css

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

 a { background-color: rgb(158,129,25); }

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

border-color css

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

 span { border-color: rgb(158,129,25); }

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