#9E7E3A

Color #9E7E3A Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #9E7E3A

Tints of Alpine #9E7E3A

Color information

#9E7E3A (or 0x9E7E3A) is unknown color: approx Alpine. HEX triplet: 9E, 7E and 3A. RGB value is (158,126,58). Sum of RGB (Red+Green+Blue) = 158+126+58=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7E3A is #6181C5. Grayscale: #808080. Windows color (decimal): -6390214 or 3833502. OLE color: 3833502.

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

Color convert

RGB15812658-
CMYK00.200.630.38
HSL40.8º46.3%42.35%-
HSV(B)40.8º63.29%61.96%-
XYZ22.3322.57.17-
YUV127.8288.6149.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.20%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 58 (23.05% from 255) = 16.96%
R=46.20%
G=36.84%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581265800.200.630.3840.846.342.35
Hex9E7E3A0143F26292e2a
Octal236176720247746515652
Binary100111101111110111010010100111111100110101001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E7E3A;
 }
 .AnyTagClassName
 {
   color: #9E7E3A;
 }
</style>
background-color css

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

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

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

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

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

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