Html Css Color HEX #9E7F09 Hacienda

📋 copy color: '#9E7F09'

red 158 ◦ green 127 ◦ blue 9

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

Shades of Hacienda #9E7F09

Tints of Hacienda #9E7F09

RGB

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

 GREEN value IS 127 (50% from 255) = 43.2%

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

R = 53.74%
G = 43.2%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E7F09 (or 0x9E7F09) is known color: Hacienda. HEX triplet: 9E, 7F and 09. RGB value is (158,127,9). Sum of RGB (Red+Green+Blue) = 158+127+9=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7F09 is #6180F6. Grayscale: #7B7B7B. Windows color (decimal): -6390007 or 622494. OLE color: 622494.

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

Color convert

RGB 158 127 9 -
CMYK 0 0.20 0.94 0.38
HSL 47.52º 0.89% 0.33% -
HSV(B) 47.52º 0.94% 0.62% -
XYZ 21.74 22.47 3.45 -
YUV 122.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 158 127 9 0 0.20 0.94 0.38 47.52 0.89 0.33
Hex 9E 7F 9 0 14 5E 26 30 59 21
Octal 236 177 11 0 24 136 46 60 131 41
Binary 10011110 1111111 1001 0 10100 1011110 100110 110000 1011001 100001

Color Harmonies of #9E7F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F09

Black with #9E7F09

Text Example


Text Example

White with #9E7F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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