Html Css Color HEX #9E7F19 Hacienda

📋 copy color: '#9E7F19'

red 158 ◦ green 127 ◦ blue 25

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

Shades of Hacienda #9E7F19

Tints of Hacienda #9E7F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 50.97%
G = 40.97%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E7F19 (or 0x9E7F19) is known color: Hacienda. HEX triplet: 9E, 7F and 19. RGB value is (158,127,25). Sum of RGB (Red+Green+Blue) = 158+127+25=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7F19 is #6180E6. Grayscale: #7D7D7D. Windows color (decimal): -6389991 or 1671070. OLE color: 1671070.

HSL color Cylindrical-coordinate representation of color #9E7F19: hue angle of 46.02º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E7F19 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 127 25 -
CMYK 0 0.20 0.84 0.38
HSL 46.02º 0.73% 0.36% -
HSV(B) 46.02º 0.84% 0.62% -
XYZ 21.87 22.52 4.11 -
YUV 124.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 158 127 25 0 0.20 0.84 0.38 46.02 0.73 0.36
Hex 9E 7F 19 0 14 54 26 2E 49 24
Octal 236 177 31 0 24 124 46 56 111 44
Binary 10011110 1111111 11001 0 10100 1010100 100110 101110 1001001 100100

Color Harmonies of #9E7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F19

Black with #9E7F19

Text Example


Text Example

White with #9E7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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