Html Css Color HEX #9E8309 Hacienda

📋 copy color: '#9E8309'

red 158 ◦ green 131 ◦ blue 9

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

Shades of Hacienda #9E8309

Tints of Hacienda #9E8309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

 BLUE value IS 9 (3.91% from 255) = 3.02%

R = 53.02%
G = 43.96%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E8309 (or 0x9E8309) is known color: Hacienda. HEX triplet: 9E, 83 and 09. RGB value is (158,131,9). Sum of RGB (Red+Green+Blue) = 158+131+9=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8309 is #617CF6. Grayscale: #7D7D7D. Windows color (decimal): -6388983 or 623518. OLE color: 623518.

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

Color convert

RGB 158 131 9 -
CMYK 0 0.17 0.94 0.38
HSL 49.13º 0.89% 0.33% -
HSV(B) 49.13º 0.94% 0.62% -
XYZ 22.27 23.52 3.62 -
YUV 125.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 158 131 9 0 0.17 0.94 0.38 49.13 0.89 0.33
Hex 9E 83 9 0 11 5E 26 31 59 21
Octal 236 203 11 0 21 136 46 61 131 41
Binary 10011110 10000011 1001 0 10001 1011110 100110 110001 1011001 100001

Color Harmonies of #9E8309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8309

Black with #9E8309

Text Example


Text Example

White with #9E8309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,131,9); }

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

background-color css

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

 a { background-color: rgb(158,131,9); }

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

border-color css

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

 span { border-color: rgb(158,131,9); }

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