Html Css Color HEX #9E7A14 Hacienda

📋 copy color: '#9E7A14'

red 158 ◦ green 122 ◦ blue 20

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

Shades of Hacienda #9E7A14

Tints of Hacienda #9E7A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.67%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 52.67%
G = 40.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E7A14 (or 0x9E7A14) is known color: Hacienda. HEX triplet: 9E, 7A and 14. RGB value is (158,122,20). Sum of RGB (Red+Green+Blue) = 158+122+20=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7A14 is #6185EB. Grayscale: #797979. Windows color (decimal): -6391276 or 1342110. OLE color: 1342110.

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

Color convert

RGB 158 122 20 -
CMYK 0 0.23 0.87 0.38
HSL 44.35º 0.78% 0.35% -
HSV(B) 44.35º 0.87% 0.62% -
XYZ 21.19 21.24 3.64 -
YUV 121.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 158 122 20 0 0.23 0.87 0.38 44.35 0.78 0.35
Hex 9E 7A 14 0 17 57 26 2C 4E 23
Octal 236 172 24 0 27 127 46 54 116 43
Binary 10011110 1111010 10100 0 10111 1010111 100110 101100 1001110 100011

Color Harmonies of #9E7A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7A14

Black with #9E7A14

Text Example


Text Example

White with #9E7A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,122,20); }

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

background-color css

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

 a { background-color: rgb(158,122,20); }

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

border-color css

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

 span { border-color: rgb(158,122,20); }

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