Html Css Color HEX #9E8712 Hacienda

📋 copy color: '#9E8712'

red 158 ◦ green 135 ◦ blue 18

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

Shades of Hacienda #9E8712

Tints of Hacienda #9E8712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 50.8%
G = 43.41%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E8712 (or 0x9E8712) is known color: Hacienda. HEX triplet: 9E, 87 and 12. RGB value is (158,135,18). Sum of RGB (Red+Green+Blue) = 158+135+18=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8712 is #6178ED. Grayscale: #818181. Windows color (decimal): -6387950 or 1214366. OLE color: 1214366.

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

Color convert

RGB 158 135 18 -
CMYK 0 0.15 0.89 0.38
HSL 50.14º 0.8% 0.35% -
HSV(B) 50.14º 0.89% 0.62% -
XYZ 22.87 24.64 4.12 -
YUV 128.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 158 135 18 0 0.15 0.89 0.38 50.14 0.8 0.35
Hex 9E 87 12 0 F 59 26 32 50 23
Octal 236 207 22 0 17 131 46 62 120 43
Binary 10011110 10000111 10010 0 1111 1011001 100110 110010 1010000 100011

Color Harmonies of #9E8712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8712

Black with #9E8712

Text Example


Text Example

White with #9E8712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,135,18); }

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

background-color css

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

 a { background-color: rgb(158,135,18); }

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

border-color css

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

 span { border-color: rgb(158,135,18); }

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