Html Css Color HEX #9E7B09 Hacienda

📋 copy color: '#9E7B09'

red 158 ◦ green 123 ◦ blue 9

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

Shades of Hacienda #9E7B09

Tints of Hacienda #9E7B09

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.41%

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

R = 54.48%
G = 42.41%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E7B09 (or 0x9E7B09) is known color: Hacienda. HEX triplet: 9E, 7B and 09. RGB value is (158,123,9). Sum of RGB (Red+Green+Blue) = 158+123+9=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7B09 is #6184F6. Grayscale: #787878. Windows color (decimal): -6391031 or 621470. OLE color: 621470.

HSL color Cylindrical-coordinate representation of color #9E7B09: hue angle of 45.91º 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 #9E7B09 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 123 9 -
CMYK 0 0.22 0.94 0.38
HSL 45.91º 0.89% 0.33% -
HSV(B) 45.91º 0.94% 0.62% -
XYZ 21.23 21.45 3.28 -
YUV 120.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 158 123 9 0 0.22 0.94 0.38 45.91 0.89 0.33
Hex 9E 7B 9 0 16 5E 26 2E 59 21
Octal 236 173 11 0 26 136 46 56 131 41
Binary 10011110 1111011 1001 0 10110 1011110 100110 101110 1011001 100001

Color Harmonies of #9E7B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7B09

Black with #9E7B09

Text Example


Text Example

White with #9E7B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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