#73642E

Color #73642E Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #73642E

Tints of Himalaya #73642E

Color information

#73642E (or 0x73642E) is unknown color: approx Himalaya. HEX triplet: 73, 64 and 2E. RGB value is (115,100,46). Sum of RGB (Red+Green+Blue) = 115+100+46=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73642E is #8C9BD1. Grayscale: #626262. Windows color (decimal): -9214930 or 3040371. OLE color: 3040371.

HSL color Cylindrical-coordinate representation of color #73642E: hue angle of 46.96º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73642E is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB11510046-
CMYK00.130.60.55
HSL46.96º42.86%31.57%-
HSV(B)46.96º60%45.1%-
XYZ12.1212.964.45-
YUV98.3398.47139.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=44.06%
G=38.31%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151004600.130.60.5546.9642.8631.57
Hex73642E0D3C372f2b20
Octal163144560157467575340
Binary1110011110010010111001101111100110111101111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73642E; }

 p { color: rgb(115,100,46); }

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

<style>
 a { background-color: #73642E; }

 a { background-color: rgb(115,100,46); }

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

<style>
 span { border-color: #73642E; }

 span { border-color: rgb(115,100,46); }

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