Html Css Color HEX #9E8117 Hacienda

📋 copy color: '#9E8117'

red 158 ◦ green 129 ◦ blue 23

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

Shades of Hacienda #9E8117

Tints of Hacienda #9E8117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 50.97%
G = 41.61%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E8117 (or 0x9E8117) is known color: Hacienda. HEX triplet: 9E, 81 and 17. RGB value is (158,129,23). Sum of RGB (Red+Green+Blue) = 158+129+23=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8117 is #617EE8. Grayscale: #7E7E7E. Windows color (decimal): -6389481 or 1540510. OLE color: 1540510.

HSL color Cylindrical-coordinate representation of color #9E8117: hue angle of 47.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E8117 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 129 23 -
CMYK 0 0.18 0.85 0.38
HSL 47.11º 0.75% 0.35% -
HSV(B) 47.11º 0.85% 0.62% -
XYZ 22.11 23.03 4.09 -
YUV 125.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 158 129 23 0 0.18 0.85 0.38 47.11 0.75 0.35
Hex 9E 81 17 0 12 55 26 2F 4B 23
Octal 236 201 27 0 22 125 46 57 113 43
Binary 10011110 10000001 10111 0 10010 1010101 100110 101111 1001011 100011

Color Harmonies of #9E8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8117

Black with #9E8117

Text Example


Text Example

White with #9E8117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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