Html Css Color HEX #9E7F3A Alpine

📋 copy color: '#9E7F3A'

red 158 ◦ green 127 ◦ blue 58

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

Shades of Alpine #9E7F3A

Tints of Alpine #9E7F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 46.06%
G = 37.03%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E7F3A (or 0x9E7F3A) is known color: Alpine. HEX triplet: 9E, 7F and 3A. RGB value is (158,127,58). Sum of RGB (Red+Green+Blue) = 158+127+58=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7F3A is #6180C5. Grayscale: #808080. Windows color (decimal): -6389958 or 3833758. OLE color: 3833758.

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

Color convert

RGB 158 127 58 -
CMYK 0 0.20 0.63 0.38
HSL 41.4º 0.46% 0.42% -
HSV(B) 41.4º 0.63% 0.62% -
XYZ 22.45 22.75 7.21 -
YUV 128.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 158 127 58 0 0.20 0.63 0.38 41.4 0.46 0.42
Hex 9E 7F 3A 0 14 3F 26 29 2E 2A
Octal 236 177 72 0 24 77 46 51 56 52
Binary 10011110 1111111 111010 0 10100 111111 100110 101001 101110 101010

Color Harmonies of #9E7F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F3A

Black with #9E7F3A

Text Example


Text Example

White with #9E7F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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